search for: aa379649

Displaying 4 results from an estimated 4 matches for "aa379649".

2016 Dec 01
4
workaround needed for Security Principals, and SID's mapping bug.
Hai,   Does anyone know if this Security Principals, and SID's mapping bug is resolved or if there is any patch. Rowland? Achim? Any samba dev?   I really need it.   Im at samba 4.4.5 I cant find if its fixed in 4.4.7 or 4.5.1   To check if you affected with this, follow these steps.   1.                       Under "When running the task, use the following user
2016 Dec 01
0
workaround needed for Security Principals, and SID's mapping bug.
...rg/show_bug.cgi?id=11997 all are : sid s-1-5-18 SID: S-1-5-19 related. There are more. I went through. https://technet.microsoft.com/en-us/library/dn617202(v=ws.11).aspx https://technet.microsoft.com/en-us/library/dn579255(v=ws.11).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/aa379649(v=vs.85).aspx And i also did see that a patch was done, but i cant find/see if this is the correct fix. ( found here : https://attachments.samba.org/attachment.cgi?id=11781 I was waiting for 4.5.2 to update my environment and hoping this is fixed. It is still expected at 7 dec. Greetz,...
2008 Jul 08
12
Some more win32-security: SID.create
Hi all, How does this look as a general approach to a SID.create method: # Creates and initializes def self.create(authority, *sub_authorities) if sub_authorities.length > 8 raise ArgumentError, ''maximum of 8 subauthorities allowed'' end authorities = Array.new(8, 0) authorities.replace(sub_authorities) count = authorities.select{ |e| e > 0 }.size
2016 Dec 02
3
workaround needed for Security Principals, and SID's mapping bug.
...all are : sid s-1-5-18 SID: S-1-5-19 related. > There are more. > > I went through. > https://technet.microsoft.com/en-us/library/dn617202(v=ws.11).aspx > https://technet.microsoft.com/en-us/library/dn579255(v=ws.11).aspx > https://msdn.microsoft.com/en-us/library/windows/desktop/aa379649(v=vs.85).aspx > > And i also did see that a patch was done, but i cant find/see > if this is the correct fix. ( found here : https://attachments.samba.org/attachment.cgi?id=11781 > > I was waiting for 4.5.2 to update my environment and hoping this is fixed. > It is still expected...