Return auth type with userinfo
authorpaca70 <paca70>
Wed, 18 Aug 2004 11:11:39 +0000 (11:11 +0000)
committerpaca70 <paca70>
Wed, 18 Aug 2004 11:11:39 +0000 (11:11 +0000)
auth/ldap/lib.php

index e8ef16b620836d1426a7b9ee74bcb3fe39d5e087..f1f8742be0a9ce82ba03994663a08437d7477afd 100644 (file)
@@ -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;
 }