summaryrefslogtreecommitdiffstats
path: root/install/share/root-autobind.ldif
Commit message (Collapse)AuthorAgeFilesLines
* Remove root autobind search restriction, fix upgrade logging & error handling.Rob Crittenden2011-06-131-5/+0
| | | | | | | | | | | | | | | 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
* Allow SASL/EXTERNAL authentication for the root userSimo Sorce2011-01-201-0/+24
This gives the root user low privileges so that when anonymous searches are denied the init scripts can still search the directory via ldapi to get the list of serevices to start. Fixes: https://fedorahosted.org/freeipa/ticket/795