Well almost... things are now operational with the database, and I can
get accounts in via uid (but as I've stated I don't want to do that
because of the possiblity of having duplicate entries).. so I'm trying
to use x500... but now am having this issue:

[EMAIL PROTECTED] ~]# ldapadd -x -v -D "cn=manager,dc=chilitech,dc=net" -W -f 
user
ldap_initialize( <DEFAULT> )
Enter LDAP Password:
add mailMessageStore:
        ./15067/
add sn:
        Sanders
add userPassword:
        xxxxxxxxxxxx
add mail:
        [EMAIL PROTECTED]
add deliveryMode:
        normal
add objectClass:
        person
        organizationalPerson
        inetOrgPerson
        qmailUser
add uid:
        [EMAIL PROTECTED]
add x500UniqueIdentifier:
        15067
add cn:
        Robert Sanders
adding new entry "x500uniqueIdentifier=15067, ou=accounts, dc=chilitech,dc=net"
modify complete
ldap_add: Invalid DN syntax (34)
        additional info: invalid DN


adding this ldif:
dn: x500uniqueIdentifier=15067, ou=accounts, dc=chilitech,dc=net
mailMessageStore: ./15067/
sn: Sanders
userPassword:: xxxxxxxxxxxxxxx
mail: [EMAIL PROTECTED]
deliveryMode: normal
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: qmailUser
uid: [EMAIL PROTECTED]
x500UniqueIdentifier:: MTUwNjc=
cn: Robert Sanders

Any thoughts now?

Reply via email to