Displaying 1 result from an estimated 1 matches for "smbpreexec".
2003 May 21
1
Q: Automount client's shares to Samba PDC?
...preexec and postexec to the share [homes]:
------------------------------------------------
[homes]
comment = Home Directories
valid users = %S
browseable = no
writeable = yes
create mask = 0640
directory mask = 0750
root preexec = /etc/samba/smbpreexec
# root postexec = /etc/samba/smbpostexec
------------------------------------------------
with other words: as soon as a user logs on the script smbpreexec gets
executed, and as soon as he logs off, smbpostexec gets executed. here are
these two scripts:
smbpreexec:
--------------------------...