Hi Folks,
Is there a way in PHP, where you can echo out all the ldap details for the logged in user:- givenname, surname, uid, userid, groupMembership, mail, dn, roles, memberof, cn, samaccountName etc
Thanks
You'd have to write a separate ldap query for each piece of information. Ldap doesn't hand out information in a tidy array.
ixalmida;10961956 wrote:Ldap doesn't hand out information in a tidy array.
Ldap doesn't hand out information in a tidy array.
In that case... what do you call [man]ldap_get_entries/man?
Never worked for me, but worth a try.