Convert Yahoo AB to mozilla LDIF
For use with Thunderbird and other mozilla products
Replace
objectclass: person
locality:
cellphone:
paerphone:
countryname:
::
With
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: mozillaAbPersonObsolete
objectclass: country
l:
mobile:
pager:
c:
:
Use the following command to add entries:
ldapadd -c -x -D "cn=root,dc=example,dc=com" -W -f ab.ldif
Use the following command to modify entries:
ldapmodify -c -x -D "cn=root,dc=example,dc=com" -W -f ab.ldif