smbldap-tools + authentication for ltsp - which groups make a Admin
David Trask
dtrask at vcsvikings.org
Fri Sep 14 19:59:35 BST 2007
The latest smbldap-installer (see the archives of this list or the dev
list for the repository) has a webmin module which makes moving users
between groups...a snap. Check it out.
Otherwise what I do....
Something like this makes it easy to add everyone to the fuse group
!#/bin/bash
for x in `ls /home`; do
echo "Adding ${x} to the fuse group..."
/usr/sbin/smbldap-groupmod -m ${x} fuse
echo "I have added ${x} to the fuse group"
done
or you can simply do...
/usr/sbin/smblap-groupmod -m username group
example:
/usr/sbin/smbldap-groupmod -m jsmith admin
YMMV
David N. Trask
Technology Teacher/Director
Vassalboro Community School
dtrask at vcsvikings.org
(207)923-3100
More information about the edubuntu-users
mailing list