On Tue, 2004-09-14 at 10:13, Celeste Suliin Burris wrote: > I'm trying to write a perl program to get user information my boss > wants using Net::LDAP in perl. I'm doing fairly well, but when I try to > get the objectSid from the user list, it comes in packed or encrypted > in some fashion.
packed. The SID is binary encoded into the 'standard' format for SIDs in CIFS, then binary encoded as per the ldap rules. > Since dumping the users using the command "net ads > search '(&(objectClass=person)(objectCategory=person))'" gets me an > unscrambled objectSid, I figure someone out there knows how to put it > into human-readable form. Yes, we have C code that handles that. Doing it in perl will be another matter... lib/util_sid.c:sid_parse() in the Samba3 sources might help. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Authentication Developer, Samba Team http://samba.org Student Network Administrator, Hawker College [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
