On 29 October 2010 10:39, Tim Dunphy bluethundr@gmail.com wrote:
LDAP# ldapadd -x -D "cn=Manager,dc=summitnjhome,dc=com" -W -f /tmp/passwd.ldif adding new entry "uid=root,ou=People,dc=summitnjhome,dc=com" ldap_add: Invalid syntax (21) additional info: objectClass: value #6 invalid per syntax
Here is the first entry which presented a problem when I attempted to add it:
dn: uid=root,ou=People,dc=summitnjhome,dc=com uid: root cn: Enoch & givenName: Enoch sn: & mail: root@summitnjhome.com mailRoutingAddress: root@mail.summitnjhome.com
Perhaps the 6th line of attributes (value #6?) contains mailRoutingAddress. Is mailRoutingAddress defined in your schema?