summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 637d68d)
raw | patch | inline | side by side (parent: 637d68d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Oct 2007 11:31:30 +0000 (11:31 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 1bbd8436bac78fa20c6a11b09f7daa25669e3ec8..9732f341efd8d35bb7450187f48da4d3af39a500 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
/* 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();