summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c4b2a4)
raw | patch | inline | side by side (parent: 7c4b2a4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Oct 2007 12:29:32 +0000 (12:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Oct 2007 12:29:32 +0000 (12:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7583 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 54179252d810390090ea57bbb295c19bc4451c62..ad2ee1aaf9a56dbb13e2e4aef04a102f180d4737 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
return("");
}
+ $users = array();
while($attrs = $ldap->fetch()){
$dn = base64_decode($attrs['gosaObject'][0]);
$user = $attrs['gosaUser'][0];