Displaying 1 result from an estimated 1 matches for "smblogoff1".
Did you mean:
smblogoff
2003 May 21
1
Q: Automount client's shares to Samba PDC?
...//tom/Programpool
/home/ftpuser/software/lan20/ -o credentials=/etc/samba/
password.pw,ro,debug=4 > /tmp/smblogon2.report
------------------------------------------------
smbpostexec:
------------------------------------------------
#!/bin/sh
/usr/bin/smbumount /home/ftpuser/mp3/lan20 >/tmp/smblogoff1.report
/usr/bin/smbumount /home/ftpuser/software/lan20 >/tmp/smblogoff2.report
------------------------------------------------
- when i execute these two scripts manually, everything works fine. the
scripts are chmod 777
- when someone logs on, the preexec gets executed, wich i see because th...