Displaying 2 results from an estimated 2 matches for "sb05".
Did you mean:
b05
2005 Jun 02
0
Home Directories
Hi all.
Quick question, (background 1st)
Using Win2k3 AD with samba as a service (filestore)
Added a user called sb05
C:\>net user sb05
User name sb05
Full Name Someone Bright
Comment stu000000
User's comment
Country code 000 (System Default)
Account active Yes
Account expires Never
Password last set...
2005 May 27
6
Samba and Windows ACL Issue
...ng etc so
anyone that could shed some light on it that would be great.
Basically the windows box handles all user account processing and during
creating a script for all this it will attempt to change the permissions on
the HOME directory to the user in question
(i.e C:\>cacls Z:\Students\2005\sb05 /G sb05:F /T /E)
But I always get Access is denied. Even tho its currently owned by
administrator.
Trying the "manual" way, and the ways listed in the offical samba howto
guide produces similar results.
The only way I can change the owner is to go into linux and use the chown
command....