Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: jane on March 03, 2003, 08:00:00 AM

Title: create batch password script
Post by: jane 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
Title: Re: create batch password script
Post by: Abe Loveless 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.