February 23rd, 2011, 02:59 AM
-
Ldap objectSid right format
Hi
In active directory, I want to get objetSid in format :
Code:
SID : S-1-2-12-0123456789-0123456789-012346789-0123
Unfortunatly, objectSid is in binary and when I send my Ldap request with attribute objectSid, that's return :
with option objectSid;binary in attribute, that give me something better but not enought :
Code:
AQUAAAAAAAUVAAAAe2CfM41fAZAvlFcYFAUAAA==
For your information, I use a "software package", based on curl for ldap request (url mode). But because it's a "software package", I don't have many scope, so I absolut need to get the objectSid directly formated in the LDAP request.