Tulpep / Active-Directory-Object-Picker

The standard Active Directory object picker dialog for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SID for BuiltIn group is wrong

B4DschK4Pp opened this issue · comments

Hi,
when i query the objectSID for a BuiltIn group the SID has a wrong format and the string is different to what is actually in the objectSID attribute in AD.
This only occurs with BuiltIn groups.
image

Am I missing something?

Sebastian

The problem was unrelated to BuiltinGroups but more to the fact that the SID had 16 bytes and was displayed as a Guid instead.