Koozali.org: home of the SME Server

create batch password script

jane

create batch password script
« on: March 03, 2003, 08:00:00 AM »
Hello,

Does anyone have an idea on how to create password using the batch script? The script required another text file which contains the password. I've been used the useradd batch script but i want to modify it and make it possible to create the password ( taken from the another txt file ).

Thanks,
Jane

Abe Loveless

Re: create batch password script
« Reply #1 on: March 04, 2003, 10:39:52 PM »
http://tech-geeks.org/contrib/loveless/batch_users/

This uses a text file of the following format:

USERNAME:PASSWORD:FIRSTNAME:LASTNAME

Will this work for you?  There's a readme in the directory above.