|
Posted by Roger Abell [MVP] on September 19, 2006, 10:38 am
Please log in for more thread options
Well, something is changing the permissions, at least if the items
for which these change are being originally created in that location.
You could consider placing an audit on the root of the area
in order to audit only success and failure for Change permissions
To do this is two part: you need to enable the auditing of Object
change in the security policy of the system, and then set the audit
on the area (in the NTFS dialog, Advanced view, Audit tab).
However, that will only tell you the accout used to do this, and when.
You would still need to figure out what process is doing it.
> Hi all... I'm using win2003 standard edition and am a relative newcomer to
> windows servers.
>
> I use a .net application for customer support (smartertickets).
> Permissions on the c:/smarterticket folder (and all subfolders and files)
> are set to FULL for ASP.NET and NETWORK_SERVICE users.
>
> After a reboot, several of the subfolders no longer have the same full
> permissions for the above 2 users.
>
> Nothing else seems to change except a few folder permissions. No error
> messages. Nothing in the event log. No other applications display
> anything similar.
>
> Can anyone give me a hint as to what might cause this to happen?
>
> TIA... Tim
>
|