Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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
-
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.