in reply to Re: Win32::FileSecurity and explicitly denied permissions
in thread Win32::FileSecurity and explicitly denied permissions

So how would I identify those ACCESS_DENIED_ACE_TYPEs for my servers?
  • Comment on Re^2: Win32::FileSecurity and explicitly denied permissions

Replies are listed 'Best First'.
Re^3: Win32::FileSecurity and explicitly denied permissions (give)
by tye (Sage) on Jun 01, 2006 at 18:33 UTC

    Fix the code for the module and rebuild it? It could really use some TLC. It does some things nicely but has some serious limitations. The world will thank you.

    - tye        

      I guess that's what I get for asking :)

      I'll see what I can do...

      JDV
      standing firmly in the column of "learning by doing"...

      How would I go about this? The FileSecurity.pm looks like a header file with no actual implementation.

      Where do I find source code I can edit and then examine the results of those changes?

        Go to CPAN, Win32::FileSecurity. You'll need a C compiler (several different free options are available today).

        - tye