[Samba] can not get preexec option to run a script file

2006-12-27 Thread James A. Dinkel
I created a script in a file called HomeScript located at /etc/samba/Scripts/. Now I want to run this from preexec on the [homes] share. This is all that is in the script right now, minus the dashed lines: -- #!/bin/bash # Creating home directories mkdir --mode=700

Re: [Samba] can not get preexec option to run a script file

2006-12-27 Thread Edmundo Valle Neto
James A. Dinkel escreveu: I created a script in a file called HomeScript located at /etc/samba/Scripts/. Now I want to run this from preexec on the [homes] share. This is all that is in the script right now, minus the dashed lines: -- #!/bin/bash # Creating home