diff options
| author | Jonathan Bauer | 2013-04-05 15:28:17 +0200 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:41 +0200 |
| commit | 57f844e704f9880447b948f55a69c171ff51021b (patch) | |
| tree | 66f814b5674b50af712a84e4bfdc19d597e52b65 /remote/modules | |
| parent | fuix pam configs (diff) | |
| download | tm-scripts-57f844e704f9880447b948f55a69c171ff51021b.tar.gz tm-scripts-57f844e704f9880447b948f55a69c171ff51021b.tar.xz tm-scripts-57f844e704f9880447b948f55a69c171ff51021b.zip | |
nsswitch
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/pam/data/etc/nsswitch.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/remote/modules/pam/data/etc/nsswitch.conf b/remote/modules/pam/data/etc/nsswitch.conf new file mode 100644 index 00000000..1aa825e6 --- /dev/null +++ b/remote/modules/pam/data/etc/nsswitch.conf @@ -0,0 +1,19 @@ +# /etc/nsswitch.conf +# +# Example configuration of GNU Name Service Switch functionality. +# If you have the `glibc-doc-reference' and `info' packages installed, try: +# `info libc "Name Service Switch"' for information about this file. + +passwd: files ldap +group: files ldap +shadow: files + +hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis |
