mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
16e1cbdc5e
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>
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
# create / update LDAPI autobind rules for services
|
|
# also used by ipa-restore to ensure correct mappings
|
|
# NOTE: ipa-ldap-updater runs reload ldapi mappings tasks
|
|
|
|
dn: cn=named,cn=auto_bind,cn=config
|
|
onlyifexist: uidNumber: $NAMED_UID
|
|
onlyifexist: gidNumber: $NAMED_GID
|