> Dear list,
> 
> I have written a page about adding large numbers of user accounts from 
> file using the "newusers" command. Specifically, my page contains a tool 
> for generating input files for use with "newusers". The username and 
> password is randomly generated automatically. My page also offers a 
> (much slower) tool for removing the accounts again.
> 
> Would this be a useful addition to LTSP? The URL is:
> 
> http://www.lfsp.org/

Phil

ummm why does this not meet all your needs (You can customize /etc/skel)
Passwd is equally easy, but how do the users ever login with the 'random
password'?

for i in `cat hugelist`
do
adduser $i
done

ditto for 
userdel -r

James


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to