mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
LDAP autobind authenticateAsDN for BIND named
Use new nsslapd-ldapiautoauthdnattr feature to switch BIND named from GSSAPI bind to EXTERNAL LDAPI bind. Requires 389-DS >= 1.4.4.11 or >= 2.0.2 Fixes: https://pagure.io/freeipa/issue/8544 See: https://github.com/389ds/389-ds-base/issues/4381 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
committed by
Alexander Bokovoy
parent
6434968a7c
commit
16e1cbdc5e
@@ -763,6 +763,8 @@ class LDAPClient:
|
||||
'nsslapd-enable-upgrade-hash': True,
|
||||
'nsslapd-db-locks': True,
|
||||
'nsslapd-logging-hr-timestamps-enabled': True,
|
||||
'nsslapd-ldapientrysearchbase': True,
|
||||
'nsslapd-ldapidnmappingbase': True,
|
||||
})
|
||||
|
||||
time_limit = -1.0 # unlimited
|
||||
|
Reference in New Issue
Block a user