|
Posted by Steven L Umbach on November 3, 2005, 12:43 am
Please log in for more thread options Double check how the user is authenticating to that share/server. If
persistent alternate credentials are used for a mapped drive or stored
credentials for XP Pro the user may not be authenticating as himself. Next
time the user is connected to the share you can use Computer Managed/shared
folders-sessions to see what users are connected to the share and from what
computer. If that does not help use xcacls.vbs to enumerate permissions for
the folder and post results in a reply. Also check the users "effective"
permissions in the advanced page of security properties for the folder and
compare results to a server where you are not having the problem and make
sure the user in question is not owner of the folder.
http://support.microsoft.com/?id=825751 --- xcacls.vbs
> Yep. Rebooted the machine several times, though I don't think this
> should matter.
>
> I'm still replicating it on other servers successfully. Create a file
> with these permissions:
>
> Domain\Users ALLOW FULL
> Domain\Bob DENY FULL
>
> Logon as Bob. You will have full access to everything, despite DENY
> supposed to being an override.
>
>
> Arek Iskra [MVP] wrote:
>> > Allow me to correct the above.
>> > The share permissions are "full" to everyone.
>> >
>> > I am using NTFS permissions.
>> >
>>
>>
>> Did you ask user to logoff/disconnect from the share after you made
>> changes?
>>
>> --
>> Arek Iskra
>> MVP for Windows Server - Software Distribution
>
|