[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Starting a new ldap



Things are almost working now..... things are now operational with the
database, and I can get accounts in via uid (but 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:

[root@smtpa-ha ~]# 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@addresshere.com
add deliveryMode:
        normal
add objectClass:
        person
        organizationalPerson
        inetOrgPerson
        qmailUser
add uid:
        email@addresshere.com
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@addresshere.com
deliveryMode: normal
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: qmailUser
uid: email@addresshere.com
x500UniqueIdentifier:: MTUwNjc=
cn: Robert Sanders

Any thoughts now?