Answer:
Do not use: vendor/ccovey/ldap-auth/src/Ccovey/LdapAuth
I use adLDAP
...
public function ldapUserInfo($id = NULL)
{
$ldapConfig = (Config::get('adldap'));
$adldap = new adLDAP\adLDAP($ldapConfig);
$userAttributes = $adldap->user()->info("$id");
return ($userAttributes);
}
...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community