Hi Harald would you be so kind to let me see
smbuseradd.sh
smbgroupadd.sh
smbuserdel.sh
giving qoutas is a nice feature
Best Regards Robert

Harald K�mmerle schrieb:
On Wednesday 01 September 2004 23:37, rruegner wrote:

Hi, it is the old nt admin tool
to create users and groups from a windows client
to admin a windows domain server.
Very usefull.
Regards


But to take full advantage of it, you have to set the parameters "add user script", "delete user script", "add user to group script" and so on. These are my settings:

smb.conf:
[global]
...
add user script = /etc/samba/smbuseradd.sh %u
add machine script = /usr/sbin/useradd -g machines -c "Machine" -d /dev/null -s /bin/false %u
delete user script = /etc/samba/smbuserdel.sh %u
#delete user script = /usr/sbin/userdel %u
add group script = /etc/samba/smbgroupadd.sh "%g"
delete group script = /usr/sbin/groupdel "%g"
add user to group script = /usr/bin/gpasswd -a "%u" "%g"
delete user from group script = /usr/bin/gpasswd -d "%u" "%g"
set primary group script = /usr/sbin/usermod -g "%g" "%u"
...


My custom scripts create quota entries and the user directories beside the creation/deletion of the normal Unix user account.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to