Code

Fixed login
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 11:31:30 +0000 (11:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Oct 2007 11:31:30 +0000 (11:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7687 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index 1bbd8436bac78fa20c6a11b09f7daa25669e3ec8..9732f341efd8d35bb7450187f48da4d3af39a500 100644 (file)
@@ -358,7 +358,7 @@ function ldap_login_user ($username, $password)
 
   /* got user dn, fill acl's */
   $ui= new userinfo($config, $ldap->getDN());
-  $ui->username= $attrs['uid'];
+  $ui->username= $attrs['uid'][0];
 
   /* password check, bind as user with supplied password  */
   $ldap->disconnect();