Displaying 1 result from an estimated 1 matches for "smblogoff2".
Did you mean:
smblogoff
2003 May 21
1
Q: Automount client's shares to Samba PDC?
...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 the
smblogon1.report gets written. but the shares aren't mounted after th...