Displaying 1 result from an estimated 1 matches for "crehome".
2002 Oct 01
1
winbind trouble under load?
...vfs object =
vfs options =
[profiler$]
path = /samba/profiler
valid users = @"SKOLA\KA Personal", @"SKOLA\KA Elev", @"SKOLA\KA Diverse"
admin users = @"SKOLA\Domain Admins"
read only = No
directory mask = 0700
browseable = No
exec = /usr/local/bin/crehome.sh %U
-----------------
/usr/local/bin/crehome.sh
#!/bin/sh
# 1.0.1 (2002-09-23)
SMBUSER=$1
if [ ! -d /samba/profiler/$SMBUSER ]; then
echo creating $SMBUSER >> /tmp/crehome.txt
mkdir /samba/profiler/$SMBUSER >> /tmp/crehome.txt
mkdir /samba/profiler/$SMBUSER/nt >> /tmp/...