summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 010e61c)
raw | patch | inline | side by side (parent: 010e61c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Sep 2006 09:20:00 +0000 (09:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Sep 2006 09:20:00 +0000 (09:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4655 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index 26af428f42ae7b09e6b3f20492cf7216ea1f1ebf..17aabaf41f75d3a39831e63898a458e132eed112 100644 (file)
function getReleases()
{
$dn = $this->config->current['BASE'];
+ $ui = get_userinfo();
$ldap = $this->config->get_ldap_link();
- $ldap->cd($dn);
- $ldap->search("(&(objectClass=organizationalUnit)(objectClass=FAIbranch))",array("ou"));
-
- $ui = get_userinfo();
$returned = get_list("(&(objectClass=organizationalUnit)(objectClass=FAIbranch))",$ui->subtreeACL,$dn,array("ou"));
$ret =array();