summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-06-09 13:16:07 -0400
committerMartin Kosek <mkosek@redhat.com>2011-06-13 09:51:05 +0200
commit7940270b9fbebfa09b25c18198933b6a6b82b1d3 (patch)
tree7996dc4d9f9df086cf8e07e93ef940b9c3f0ebbf /install/share
parent6f1b62fb1ad8c4d1639a54874462c9e7204bbf4c (diff)
downloadfreeipa-7940270b9fbebfa09b25c18198933b6a6b82b1d3.tar.gz
freeipa-7940270b9fbebfa09b25c18198933b6a6b82b1d3.tar.xz
freeipa-7940270b9fbebfa09b25c18198933b6a6b82b1d3.zip
Remove root autobind search restriction, fix upgrade logging & error handling.
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
Diffstat (limited to 'install/share')
-rw-r--r--install/share/root-autobind.ldif5
1 files changed, 0 insertions, 5 deletions
diff --git a/install/share/root-autobind.ldif b/install/share/root-autobind.ldif
index e7bbc8dbe..ecce11511 100644
--- a/install/share/root-autobind.ldif
+++ b/install/share/root-autobind.ldif
@@ -17,8 +17,3 @@ changetype: modify
replace: nsslapd-ldapimaptoentries
nsslapd-ldapimaptoentries: on
-dn: cn=config
-changetype: modify
-replace: nsslapd-ldapientrysearchbase
-nsslapd-ldapientrysearchbase: cn=config
-