Page 1 of 1

Import 1600 users

Posted: Wed May 17, 2006 5:30 pm
by Nexis
How can I do this easely. They need all access to the webmeil. They need to chenge there password at first login. They only use a lastname. And they have a specific mail addres.
What is needed in the CSV file to do this with omaddu --bulk or the loadusers script.

Can you give me a littke exaplewith 3 lines in the line

Thanks Koen

Posted: Fri May 19, 2006 3:34 pm
by ScalixSupport
Hi Koen,

Use a command-line similar to:

omaddu --bulk -p passwd -e --class limited mailnode bulkfile.txt

with a bulkfile.txt that looks like:

@ Test User1/ia=testuser1@yourdomain.com
@ Test User2/ia=testuser2@yourdomain.com
@ Test User3/ia=testuser3@yourdomain.com

Thanks,
Rachel