diff options
-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 |