From a9fac242f2bdde158d1c299a1b567d1d8690a5c5 Mon Sep 17 00:00:00 2001 From: paca70 Date: Wed, 18 Aug 2004 11:11:39 +0000 Subject: [PATCH] Return auth type with userinfo --- auth/ldap/lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index e8ef16b620..f1f8742be0 100644 --- 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; } -- 2.39.5