diff options
author | randomdan <randomdan@localhost> | 2007-07-07 21:17:29 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2007-07-07 21:17:29 +0000 |
commit | 335f41f037de9b3a0c8dfd10e7821e6d53226443 (patch) | |
tree | e39f7c7672c1858862d761e83bcabcd65a9f596a | |
parent | DHCP config added (diff) | |
download | config-335f41f037de9b3a0c8dfd10e7821e6d53226443.tar.bz2 config-335f41f037de9b3a0c8dfd10e7821e6d53226443.tar.xz config-335f41f037de9b3a0c8dfd10e7821e6d53226443.zip |
New ldap.conf with two scope searching
-rw-r--r-- | etc/ldap.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ldap.conf b/etc/ldap.conf index f1bb9eb..d537774 100644 --- a/etc/ldap.conf +++ b/etc/ldap.conf @@ -1,6 +1,6 @@ base dc=random,dc=lan uri ldap://auth1.random.lan/ ldap://auth2.random.lan/ -scope one +scope two bind_policy soft pam_password exop @@ -8,7 +8,7 @@ pam_filter objectclass=posixAccount pam_login_attribute uid pam_member_attribute memberuid -nss_base_passwd ou=Users,dc=random,dc=lan -nss_base_shadow ou=Users,dc=random,dc=lan +nss_base_passwd dc=random,dc=lan +nss_base_shadow dc=random,dc=lan nss_base_group ou=Groups,dc=random,dc=lan nss_base_services ou=Services,dc=random,dc=lan |