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

Re: Adding many users together



On Tue, Dec 6, 2011 at 3:30 PM, Raffael Sahli <public@raffaelsahli.com> wrote:
> Where does all the user data come from?
> Just create a bash script or what else....
>
      I would agree. Main question would be whether you would do a
ldapadd per user or run a big one. Just force them all change their
password on first login and you should be set.

>
>
> 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
>>
>
>
> --
> Raffael Sahli
> public@raffaelsahli.com
> Switzerland
>