Is the access attempt logged? Do you have a log sample for user3 trying to access c:\temp\somedir?
Also, I think the : in c: might mess with the cdb list... On Wed, Apr 18, 2012 at 8:38 AM, C. L. Martinez <[email protected]> wrote: > Hi all, > > Is it possible to monitor files and directories using cdb lists when > a user tries to access?? For example: user1 has access to dir > c:\temp\somedir and user2 has access to c:\somdir\somefile.txt. If it > is possible to trigger and alert if user3 tries to access to > c:\temp\somedir or c:\somdir\somefile.txt using a cdb list like this: > > c:\temp\somedir:user1 > c:\somdir\somefile.txt:user2 > d:\anotherdir:user1,user2 > > ?? > > Thanks.
