diff options
-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 f4c9e21..a4608cb 100644 --- a/etc/ldap.conf +++ b/etc/ldap.conf @@ -1,6 +1,7 @@ base dc=random,dc=lan uri ldap://auth1.random.lan/ ldap://auth2.random.lan/ scope one +bind_policy soft pam_password exop pam_filter objectclass=posixAccount @@ -10,5 +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_hosts ou=Hosts,dc=random,dc=lan |