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

AW: ldif files



hi,
an example entry is:
 
dn: cn=test,dc=example,dc=com
objectclass: top
objectclass: person
sn: test
cn: whatever test
userpassword: encrypted-or-not-password
 
or maybe you'll need the uid-attribute for the usernames:
 
dn: uid=test,dc=example,dc=com
objectclass: top
objectclass: person
objectclass: inetorgperson
sn: test
cn: whatever test
uid: test
userpassword: encrypted-or-not-password
 
daniel
 
 -----Ursprüngliche Nachricht-----
Von: Lionel Gauliardon [mailto:lgauliardon@arkoon.net]
Gesendet: Montag, 21. Mai 2001 11:52
An: openldap-software@OpenLDAP.org
Betreff: ldif files

Hello everybody,
 
I want use openldap to store usernames and their passwords, could you show me an example of entry in ldap,
 
Thanks,
 
Regards, Lionel.