summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-16 15:57:38 +0000
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-16 15:57:38 +0000
commita92d23df861e2cd8790cb1db715e0ef5186eb35a (patch)
tree56cc9de6216fb6e0e3a4caf979303e9c7b43308e
parentdc5d91216442772b57d61a69d66e246aa5d372e5 (diff)
downloadkcmldapcontroller-a92d23df.tar.gz
kcmldapcontroller-a92d23df.zip
Remove limits on root user
-rw-r--r--confskel/openldap/ldif/olcConfig.ldif1
-rw-r--r--confskel/openldap/ldif/olcDatabase.ldif1
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@@@