Page 1 of 1

LDAD Intergration - ObjectGUID in AD

Posted: Thu Oct 12, 2006 9:31 pm
by gearb0x
Gday

Not sure if this is the place to post, but im converting a PHP app to use AD groups and users, im using the class http://adldap.sourceforge.net/ and adding in functions as i need.

The problem is, in the database for things like permissions, i idendify users buy their ObjectGUID converted to hex form, according to all documentation ive read, this is a unique ID, according to the LDAP browser im using, 1 user has a ObjectGUID set. But when i use the PHP functions to get his details, the ObjectGUID is blank

Can anyone help me?

Phill

Posted: Thu Oct 12, 2006 9:40 pm
by neophyte
I used LDAP once to connect to AD but nothing more than pulling user names and passwords.

Posted: Fri Oct 13, 2006 10:13 am
by pickle
What happens when you ask for all properties of the user? Do you get everything?

Posted: Fri Oct 13, 2006 10:34 am
by kingconnections
I just tried this with ldapsearch and was able to pull the objectGUID field. I did have to put the field in lowercase when trying to echo it.


Hope this helps.