diff options
Diffstat (limited to 'confskel/openldap/ldif/olcConfig.ldif')
-rw-r--r-- | confskel/openldap/ldif/olcConfig.ldif | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/confskel/openldap/ldif/olcConfig.ldif b/confskel/openldap/ldif/olcConfig.ldif new file mode 100644 index 0000000..86d5267 --- /dev/null +++ b/confskel/openldap/ldif/olcConfig.ldif @@ -0,0 +1,18 @@ +dn: olcDatabase={0}config +objectClass: olcDatabaseConfig +olcDatabase: {0}config +olcAccess: {0}to * by * none +olcAddContentAcl: TRUE +olcLastMod: TRUE +olcMaxDerefDepth: 15 +olcReadOnly: FALSE +olcRootDN: cn=config +olcRootPW: {SHA}@@@ROOTPW_SHA@@@ +olcSyncUseSubentry: FALSE +olcMonitoring: FALSE +structuralObjectClass: olcDatabaseConfig +creatorsName: cn=config +createTimestamp: @@@TIMESTAMP@@@Z +entryCSN: @@@TIMESTAMP@@@.000000Z#000000#000#000000 +modifiersName: cn=config +modifyTimestamp: @@@TIMESTAMP@@@Z |