Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
-
Mac OS X 10.4.9, Eclipse 3.2.2
Description
Using the mozillaAbPersonAlpha schema:
http://wiki.mozilla.org/MailNews:Mozilla_LDAP_Address_Book_Schema
I was able to open the schema in LDAP Studio and export it to an LDIF. The problem I encountered was that the exported LDIF had a typo which caused the import to fail. The typo was in this section:
dn: ou=macthingRules, cn=moz, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: matchingrules
"macthingRules" should be spelled as "matchingRules", otherwise the import into Apache DS fails.
Once I repaired this manually, the import worked without any errors.