diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-09-04 21:26:57 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-09-04 21:26:57 +0000 |
commit | f3277c2c193352fdf68ce351b66131700c29b44e (patch) | |
tree | ba5ebee76c59a095b6407bda7676fbe256bc8203 /sys-apps | |
parent | oops (diff) | |
download | historical-f3277c2c193352fdf68ce351b66131700c29b44e.tar.gz historical-f3277c2c193352fdf68ce351b66131700c29b44e.tar.bz2 historical-f3277c2c193352fdf68ce351b66131700c29b44e.zip |
fixed pwdb.conf so it don't barf if someone tries to use NIS
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/files/pwdb.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/baselayout/files/pwdb.conf b/sys-apps/baselayout/files/pwdb.conf index 04eca554abd2..ee4ae896f839 100644 --- a/sys-apps/baselayout/files/pwdb.conf +++ b/sys-apps/baselayout/files/pwdb.conf @@ -3,8 +3,9 @@ # user: - shadow + unix - unix + unix+shadow + nis+unix+shadow group: - unix + shadow + unix+shadow + nis+unix+shadow |