From: hickert Date: Mon, 10 May 2010 14:08:15 +0000 (+0000) Subject: Fixed RDN detection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ebdb11b4b3aa15fcd4ba6b66dd1dd04343eaf1d;p=gosa.git Fixed RDN detection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18293 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc b/gosa-core/plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc index 010f2fba2..9b3dd3dec 100644 --- a/gosa-core/plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc +++ b/gosa-core/plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc @@ -32,7 +32,7 @@ class userGroupSelect extends management { $this->config = $config; $this->ui = $ui; - $this->storagePoints = array(get_ou("core", "userRDN") , get_ou("core", "userRDN") ); + $this->storagePoints = array(get_ou("core", "groupRDN") , get_ou("core", "userRDN") ); // Build filter if (session::global_is_set(get_class($this)."_filter")){