Remove limits on root user

pull/1/head
Timothy Pearson 11 years ago
parent dc5d912164
commit a92d23df86

@ -10,6 +10,7 @@ olcAccess: {0}to *
by * none
olcAddContentAcl: TRUE
olcLastMod: TRUE
olcLimits: dn.exact="cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited
olcMaxDerefDepth: 15
olcReadOnly: FALSE
olcRootDN: cn=config

@ -20,6 +20,7 @@ olcAccess: {2}to *
by dynacl/aci write
olcAddContentAcl: FALSE
olcLastMod: TRUE
olcLimits: dn.exact="cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited
olcMaxDerefDepth: 15
olcReadOnly: FALSE
olcRootDN: cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@

Loading…
Cancel
Save