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

Adding many users together



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