summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae8df52)
raw | patch | inline | side by side (parent: ae8df52)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:33:54 +0000 (13:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:33:54 +0000 (13:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18290 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc b/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc
index a44296cf150d59af914024c8259075e4384ba6a7..ec72c63a06ef7549dea510dba6121ec45a4e0272 100644 (file)
$this->config = $config;
$this->ui = $ui;
- $this->storagePoints = array(get_ou("groupRDN"));
+ $this->storagePoints = array(get_ou("core", "groupRDN") );
// Build filter
if (session::global_is_set(get_class($this)."_filter")){