Displaying 3 results from an estimated 3 matches for "mcmcomputer".
Did you mean:
lcrcomputer
2007 Sep 07
0
Is there a simple way to let particular windows users have read/write on ALL samba shares?
...omment = Home Directories
# browseable = no
[ALLSTUDENTS]
path = /home/ALLSTUDENTS
# valid users = %S
readonly = no
writable = yes
printable = no
create mode = 0700
directory mode = 0700
admin users = @"VANGUARD\domain admins" @"VANGUARD\mcmcomputer admins"
vfs objects = recycle
recycle: config-files = /etc/samba/samba-recycle.conf
2007 Sep 07
0
Why won't %username% variable work when adding users to samba share?
...hn
The relevant portion of smb.conf looks like this:
[ALLSTUDENTS]
path = /home/ALLSTUDENTS
# valid users = %S
readonly = no
writable = yes
printable = no
create mode = 0700
directory mode = 0700
admin users = @"VANGUARD\domain admins" @"VANGUARD\mcmcomputer admins"
vfs objects = recycle
recycle: config-files = /etc/samba/samba-recycle.conf
The top level of the share /home/ALLSTUDENTS under linux all have 755
permissions
drwxr-xr-x 184 root root 12288 2007-09-01 18:21 2008
drwxr-xr-x 187 root root 12288 2007-09-01 18:26 2009
drwxr-xr-...
2007 Sep 06
0
Glitches adding homedir profiles to a samba share with AD MMC?
...relevant portion of smb.conf looks like this:
[ALLSTUDENTS]
path = /home/ALLSTUDENTS
# valid users = %S
readonly = no
writable = yes
printable = no
create mode = 0700
directory mode = 0700
admin users = @"VANGUARD\domain admins" @"VANGUARD\mcmcomputer admins"
vfs objects = recycle
recycle: config-files = /etc/samba/samba-recycle.conf
The top level of the share /home/ALLSTUDENTS under linux all have 755
permissions
drwxr-xr-x 184 root root 12288 2007-09-01 18:21 2008
drwxr-xr-x 187 root root 12288 2007-09-01 18:26 2009
drwxr-x...