Displaying 1 result from an estimated 1 matches for "configure_scripts".
2009 May 09
2
question "add user script"
Hello all,
I have never had the need to use the "add user script" functionality but now I do. However, it does not seem to be working. My
smb.conf entry is like so:
add user script = /remote/configure_scripts/addusers.sh
where addusers.sh is a bash script that reads in a text file of usernames, groups, and passwords and adds the users to /etc/passwd,
/etc/group/ and /etc/samba/smbpasswd. The addusers.sh works fine from the command line but samba doesn't appear to call it.
I see that checks for &q...