Skip to content

Commit

Permalink
Return auth type with userinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
paca70 committed Aug 18, 2004
1 parent deceb53 commit a9fac24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth/ldap/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,11 @@ function auth_get_userinfo($username){
$result[$key]=$user_entry[0][strtolower($value)][0];
}
}
$result['guid']='ldap';
}

@ldap_close($ldap_connection);

return $result;
}

Expand Down

0 comments on commit a9fac24

Please sign in to comment.