I have the latest smbldap-installer but I can't see the webmin module. What
is is called and how do you install it?

On 15/09/2007, David Trask <[EMAIL PROTECTED]> wrote:
>
> 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:
> David Van Assche <[EMAIL PROTECTED]>
> /usr/sbin/smbldap-groupmod -m jsmith admin
>
> YMMV
>
> David N. Trask
> Technology Teacher/Director
> Vassalboro Community School
> [EMAIL PROTECTED]
> (207)923-3100
>
>
>
>
> --
> edubuntu-users mailing list
> [email protected]
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
>
-- 
edubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to