diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-29 17:24:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-29 17:24:11 +0000 |
commit | 8dff381c6d7dc4c870ff2d78a032e07c1c6dbe5d (patch) | |
tree | bdab4f90c188fecde12ecff4b79ce8113522be2a /net-fs | |
parent | A modified pam login file for winbind (diff) | |
download | historical-8dff381c6d7dc4c870ff2d78a032e07c1c6dbe5d.tar.gz historical-8dff381c6d7dc4c870ff2d78a032e07c1c6dbe5d.tar.bz2 historical-8dff381c6d7dc4c870ff2d78a032e07c1c6dbe5d.zip |
A modified nsswitch.conf for winbind
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nsswitch.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-fs/nsswitch.conf b/net-fs/nsswitch.conf new file mode 100644 index 000000000000..fb6c75bfd963 --- /dev/null +++ b/net-fs/nsswitch.conf @@ -0,0 +1,22 @@ +# passwd: db files nis +# shadow: db files nis +# group: db files nis + +passwd: files winbind +group: files winbind + +hosts: files dns +networks: files dns + +services: db files +protocols: db files +rpc: db files +ethers: db files +netmasks: files +netgroup: files +bootparams: files + +automount: files +aliases: files + + |