Schema modification

  • Thread starter Thread starter Wolfgang Kais
  • Start date Start date
W

Wolfgang Kais

Dear experts.
How can I implement a thing called "matching rule" from a
schema file ("...EQUALITY booleanMatch...") with an ldif
file that I can import into Active Directory using ldifde?
What is the equvalent ldif notation in here:

dn: CN=myAttribute,CN=Schema,CN=Configuration,DC=...
changetype: add
adminDescription: ...
adminDisplayName: ...
attributeID: ...
attributeSyntax: 1.3.6.1.4.1.1466.115.121.1.7
cn: ...
isSingleValued: TRUE
lDAPDisplayName: ...
objectClass: attributeSchema
???matchingRule: booleanMatch???

Thanks in advance,
Wolfgang
 
Hello Robbie.
-----Original Message-----
What are trying to accomplish by doing that?

A customer has exported an OpenLDAP schema to a file and
wants to store the data in Active Directory. I am trying
to write a ldif file that can be used with ldifde.

Regards,
Wolfgang
 
Back
Top