OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Bart Barbe (Bart.BarbePLANETINTERNET.BE)
Date: Tue Apr 03 2001 - 12:50:31 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Hello,

    anybody an idea how to put ntfs permissions in cli?
    I have been using cacls and xcacls. These work fine if you want to add global groups or users.
    (and local groups on the logged on wks or server)

    But if you want to try something like this :

    E:\Download>xcacls \\nt4srv\c$\temp
    \\nt4srv\c$\TEMP <Account Domain not found>(OI)(IO)C
                     <Account Domain not found>(CI)C
                     NT AUTHORITY\Authenticated Users:(OI)(IO)(special access:)
                                                              GENERIC_READ
                                                              GENERIC_EXECUTE

                     NT AUTHORITY\Authenticated Users:(CI)R
                     THC\Domain Admins:(OI)(IO)C
                     THC\Domain Admins:(CI)C

    E:\Download>

    You are screwed since the computer on which i ran the xcacls proggy doesn't know the sid's in the acls.
    (Which is normal since it is a local group on that server). Anyhow, anyone any idea of a tool (or params i am
    missing?) that can do this in a cli?

    Any help would be very appreciated...

    Bart