Where does all the user data come from? Just create a bash script or what else....
On 06.12.2011 20:59, Andreas Rudat wrote:
Hello,
I have 100 users which I have to add into my ldap database, how can I do that? With a ldif file? Like that?
dn: cn=John Doe, ou=Rochester, o=IBM, c=US objectclass: person objectclass: inetOrgPerson objectclass: top objectclass: organizationalPerson objectclass: ePerson cn: John Doe sn: Doe uid: jdoe userpassword: secretpass
I think its realy horrible if I want to add 100 users in this way?
thanks