diff options
author | Timothy Pearson <[email protected]> | 2012-06-04 18:47:39 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-04 18:47:39 -0500 |
commit | 24377abde30bc11ba41ce7b206d25f01d79a72e1 (patch) | |
tree | ccfd1f562820b37902d8026464efccabe4a21e9e /confskel/openldap/ldif/core.ldif | |
parent | ded257d2225a74343c32b3303ec3778da216b688 (diff) | |
download | kcmldapcontroller-24377abde30bc11ba41ce7b206d25f01d79a72e1.tar.gz kcmldapcontroller-24377abde30bc11ba41ce7b206d25f01d79a72e1.zip |
Fix incorrect schema files
Diffstat (limited to 'confskel/openldap/ldif/core.ldif')
-rw-r--r-- | confskel/openldap/ldif/core.ldif | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/confskel/openldap/ldif/core.ldif b/confskel/openldap/ldif/core.ldif index 5731e68..48b6d65 100644 --- a/confskel/openldap/ldif/core.ldif +++ b/confskel/openldap/ldif/core.ldif @@ -1,6 +1,6 @@ -dn: cn={0}core +dn: cn={@@@LDIFSCHEMANUMBER@@@}core objectClass: olcSchemaConfig -cn: {0}core +cn: {@@@LDIFSCHEMANUMBER@@@}core olcAttributeTypes: {0}( 2.5.4.2 NAME 'knowledgeInformation' DESC 'RFC2256: kno wledge information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121. 1.15{32768} ) @@ -232,10 +232,3 @@ olcObjectClasses: {25}( 1.3.6.1.4.1.1466.344 NAME 'dcObject' DESC 'RFC2247: do main component object' SUP top AUXILIARY MUST dc ) olcObjectClasses: {26}( 1.3.6.1.1.3.1 NAME 'uidObject' DESC 'RFC2377: uid obje ct' SUP top AUXILIARY MUST uid ) -structuralObjectClass: olcSchemaConfig -entryUUID: e8a15002-4066-1031-8092-837354960754 -creatorsName: cn=config -createTimestamp: 20120601185406Z -entryCSN: 20120601185406.754918Z#000000#000#000000 -modifiersName: cn=config -modifyTimestamp: 20120601185406Z |