search for: programpool

Displaying 1 result from an estimated 1 matches for "programpool".

2003 May 21
1
Q: Automount client's shares to Samba PDC?
...smbpostexec gets executed. here are these two scripts: smbpreexec: ------------------------------------------------ #!/bin/sh /var/lib/samba/bin/smbmount //tom/MP3 /home/ftpuser/mp3/lan20 -o credentials=/etc/samba/password.pw,ro ,debug=4 > /tmp/smblogon1.report /var/lib/samba/bin/smbmount //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...