projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deceb53
)
Return auth type with userinfo
author
paca70
<paca70>
Wed, 18 Aug 2004 11:11:39 +0000
(11:11 +0000)
committer
paca70
<paca70>
Wed, 18 Aug 2004 11:11:39 +0000
(11:11 +0000)
auth/ldap/lib.php
patch
|
blob
|
history
diff --git
a/auth/ldap/lib.php
b/auth/ldap/lib.php
index e8ef16b620836d1426a7b9ee74bcb3fe39d5e087..f1f8742be0a9ce82ba03994663a08437d7477afd 100644
(file)
--- a/
auth/ldap/lib.php
+++ b/
auth/ldap/lib.php
@@
-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;
}