Displaying 5 results from an estimated 5 matches for "write_dac".
2006 Mar 20
5
Need some ACL help for win32-file
Hi folks,
I''ve got most everything done for the pure Ruby version of win32-file.
The last thing left (since I''ll be moving the IO methods to a different
package eventually) is the file security stuff. Here''s what I''ve got so
far for the get_permissions method. However, I''m stuck at GetAce(). If
someone could help me finish up this method, I
2020 Jun 09
0
include in smb.conf
...3ff;;;SY)(A;OICIIO;WOWDGRGWGX;;;BA)(A;;0x001e01bf;;;BA)(A;OICIIO;GRGX;;;SO)(A;;0x001200a9;;;SO)
Now, provided you have the key, you can easily decipher it, for
instance, (A;OICIIO;WOWDGRGWGX;;;CO) is:
(ACCESS_ALLOWED_ACE_TYPE;OBJECT_INHERIT_ACE CONTAINER_INHERIT_ACE
INHERIT_ONLY_ACE;WRITE_OWNER WRITE_DAC GENERIC_READ GENERIC_WRITE
GENERIC_EXECUTE;;;SECURITY_CREATOR_OWNER_RID)
See here:
https://docs.microsoft.com/en-us/windows/win32/secauthz/ace-strings
and here:
https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings?redirectedfrom=MSDN
Rowland
2020 Jun 09
2
include in smb.conf
Hi Rowland
>Hi Marcio, we would need more info, where are you migrating the
home folders from ? and where to ?
I copied Windows Server 2008 folders and permissions with ROBOCOPY to my
Samba 4 server.
>I know you mentioned a Win 2008 server, are the home folders stored
on that ?
The personal folders were stored on it (Windows), but now they are on my
new Samba 4 file server.
>Another
2007 Dec 04
4
eventlog
...8296909} Process ID: 956
> Image File Name: C:\tools\psloglist.exe Primary User Name: pe?aijm
> Primary Domain: DMPI Primary Logon ID: (0x0,0xA9E1DBF) Client User Name:
> - Client Domain: - Client Logon ID: - Accesses: DELETE READ_C
> ONTROL WRITE_DAC WRITE_OWNER Query key value Set key val
> ue Create sub-key Enumerate sub-keys Notify about changes to k
> eys Create Link Privileges: - Restricted Sid Count: 0 A
> ccess Mask: 0xF003F
>
> note how complete psloglist'&...
2020 Jun 12
2
include in smb.conf
...WGX;;;BA)(A;;0x001e01bf;;;BA)(A;OICIIO;GRGX;;;SO)(A;;0x001200a9;;;SO)
>
> Now, provided you have the key, you can easily decipher it, for
> instance, (A;OICIIO;WOWDGRGWGX;;;CO) is:
>
> (ACCESS_ALLOWED_ACE_TYPE;OBJECT_INHERIT_ACE CONTAINER_INHERIT_ACE
> INHERIT_ONLY_ACE;WRITE_OWNER WRITE_DAC GENERIC_READ GENERIC_WRITE
> GENERIC_EXECUTE;;;SECURITY_CREATOR_OWNER_RID)
>
> See here:
> https://docs.microsoft.com/en-us/windows/win32/secauthz/ace-strings
>
> and here:
>
> https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings?redirectedfrom=MSDN
>
>...