|
You can fix the owner using a script which calls setacl (http://setacl.sourceforge.net/)
I always make sure that the name of a user's home
directory is their username (eg user 1973 gets d:\home\1973 etc). This then
allows things like:
for /d %i in (*) do setacl -on d:\home\%i -ot file -actn
setowner - ownr domain\:%i -rec cont_obj
this runs setacl for each folder and for object type file
performs action setowner sets the owner to be domain\username and recurses
through all folders and files.
I've now given up using folder redirection to create the
home folders; I don't want users to be able to create folders in the "home" area
but they have to have permissions to do this if they are to create their own
home folder (I work in a college and students will both accidentally and
maliciously create random folders if they're given half a chance!) and I don't
want them to have full permissions on any folder (again, it's a recipe for
disaster, including changing permissions and ending up in a mess!) I just create
the user's home folder as part of the user creation script.
Steve
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Salandra, Justin A. Sent: 1 February 2005 14:58 To: [email protected] Subject: RE: [ActiveDir] GPO My Documents Redirect Question It appears that the user is the owner only when I configure the home folder while acutally on a Domain Controller. If I am using ADU&C from a member server or workstation, even if I run as the administrator the administrators group is the owner of the folder and the redirecting fails.
Justin A. Salandra MCSE Windows 2000 & 2003 Network and Technology Services Manager Catholic Healthcare System 212.752.7300 - office 917.455.0110 - cell
-----Original
Message-----
Yes I am
From:
[EMAIL PROTECTED] on behalf of Darren Mar-Elia Are you checking the "Grant Exclusive rights to the
folder..." option |
Title: RE: [ActiveDir] GPO My Documents Redirect Question
