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>
16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
# countainer for autobind, already exists in new 389-DS instances
|
|
dn: cn=auto_bind,cn=config
|
|
default: objectClass: nsContainer
|
|
default: objectClass: top
|
|
default: cn: auto_bind
|
|
|
|
# map LDAPI autobind uid/gid to user entries (not used by root autobind)
|
|
dn: cn=config
|
|
only: nsslapd-ldapimaptoentries: on
|
|
only: nsslapd-ldapientrysearchbase: cn=auto_bind,cn=config
|
|
only: nsslapd-ldapidnmappingbase: cn=auto_bind,cn=config
|
|
|
|
# lib389 configures 389-DS for root-autobind. This entry is no longer needed.
|
|
dn: cn=root-autobind,cn=config
|
|
deleteentry: cn=root-autobind,cn=config
|