diff options
author | Timothy Pearson <[email protected]> | 2013-07-16 15:57:38 +0000 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-07-16 15:57:38 +0000 |
commit | a92d23df861e2cd8790cb1db715e0ef5186eb35a (patch) | |
tree | 56cc9de6216fb6e0e3a4caf979303e9c7b43308e /confskel | |
parent | dc5d91216442772b57d61a69d66e246aa5d372e5 (diff) | |
download | kcmldapcontroller-a92d23df861e2cd8790cb1db715e0ef5186eb35a.tar.gz kcmldapcontroller-a92d23df861e2cd8790cb1db715e0ef5186eb35a.zip |
Remove limits on root user
Diffstat (limited to 'confskel')
-rw-r--r-- | confskel/openldap/ldif/olcConfig.ldif | 1 | ||||
-rw-r--r-- | confskel/openldap/ldif/olcDatabase.ldif | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/confskel/openldap/ldif/olcConfig.ldif b/confskel/openldap/ldif/olcConfig.ldif index 72ae6a7..9fc5ecd 100644 --- a/confskel/openldap/ldif/olcConfig.ldif +++ b/confskel/openldap/ldif/olcConfig.ldif @@ -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 diff --git a/confskel/openldap/ldif/olcDatabase.ldif b/confskel/openldap/ldif/olcDatabase.ldif index 5f3c8a2..b9b68ec 100644 --- a/confskel/openldap/ldif/olcDatabase.ldif +++ b/confskel/openldap/ldif/olcDatabase.ldif @@ -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@@@ |