Hi Stevie, On Wed, 17 Feb 2010, stevie kabs wrote:
> I have configured LTSP Server on Debian 5.0 to boot thin clients > however the user acoounts i have created seem to be inactive. i cannot > log in on the thin clients. How did you create the users? You may need to put them into some groups in order for them to log in. We found we needed to add them like this: useradd -p $crypt -G guest,fuse,audio,video -s /bin/bash -m $user or if they already exist, you can try modifying them like this: usermod -g $user -G $user,guest,fuse,audio,video $user where $user is the user's name. Cheers, Chris. -- Aptivate | http://www.aptivate.org | Phone: +44 1223 760887 The Humanitarian Centre, Fenner's, Gresham Road, Cambridge CB1 2ES Aptivate is a not-for-profit company registered in England and Wales with company number 04980791. _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
