diff options
author | randomdan <randomdan@localhost> | 2006-11-21 17:49:58 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2006-11-21 17:49:58 +0000 |
commit | edb2bd92c5e3bf2f6d903d2bbad15328c2e88bc8 (patch) | |
tree | ed2568415583f1932eec7d2ce332906998125748 | |
parent | No verbose on copy backups (diff) | |
download | config-edb2bd92c5e3bf2f6d903d2bbad15328c2e88bc8.tar.bz2 config-edb2bd92c5e3bf2f6d903d2bbad15328c2e88bc8.tar.xz config-edb2bd92c5e3bf2f6d903d2bbad15328c2e88bc8.zip |
Add services to ldap configuration
-rw-r--r-- | etc/ldap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ldap.conf b/etc/ldap.conf index a4608cb..d4c3457 100644 --- a/etc/ldap.conf +++ b/etc/ldap.conf @@ -11,4 +11,4 @@ pam_member_attribute memberuid nss_base_passwd ou=People,dc=random,dc=lan nss_base_shadow ou=People,dc=random,dc=lan nss_base_group ou=Groups,dc=random,dc=lan - +nss_base_services ou=Services,dc=random,dc=lan |