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

DN ??



Hello,

I'm trying to create a ldap tree with openldap and php.
I've got two categories:
- persons
- Customer

A person has an login (the uid) and a password (userpassword).
its dn is : "uid=$login, dc=fili, dc= fr"

A customer hasn't got any uid and any password. So how can I identify
this customer ? I have though "cn=$cn, sn=$sn, dc=fili, dc=fr".
Is it a good solution or not ?

It's my first experience in LDAP, so I'm a newbie ;-)

Thanks,
Thomas