mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
7940270b9f
There was no point in limiting autobind root to just search cn=config since it could always just modify its way out of the box, so remove the restriction. The upgrade log wasn't being created. Clearing all other loggers before we calling logging.basicConfig() fixes this. Add a global exception when performing updates so we can gracefully catch and log problems without leaving the server in a bad state. https://fedorahosted.org/freeipa/ticket/1243 https://fedorahosted.org/freeipa/ticket/1254
20 lines
353 B
Plaintext
20 lines
353 B
Plaintext
# root-autobind, config
|
|
dn: cn=root-autobind,cn=config
|
|
changetype: add
|
|
objectClass: extensibleObject
|
|
objectClass: top
|
|
cn: root-autobind
|
|
uidNumber: 0
|
|
gidNumber: 0
|
|
|
|
dn: cn=config
|
|
changetype: modify
|
|
replace: nsslapd-ldapiautobind
|
|
nsslapd-ldapiautobind: on
|
|
|
|
dn: cn=config
|
|
changetype: modify
|
|
replace: nsslapd-ldapimaptoentries
|
|
nsslapd-ldapimaptoentries: on
|
|
|