adldap / adLDAP

adLDAP is a PHP class that provides LDAP authentication and integration with Active Directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not returning some attribute

PyroSteveJr opened this issue · comments

I'm new to this so please forgive me. When I try:
$fields = array("displayname","employeeid","homeDrive"); $userinfo = $adldap->user()->info("phillipss", $fields);

It returns some info but not getting "employeeid" or even "homedrive". Any ideas?