summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4f6ad8)
raw | patch | inline | side by side (parent: a4f6ad8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:32:37 +0000 (13:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:32:37 +0000 (13:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18263 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc | patch | blob | history | |
gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc b/gosa-plugins/goto/addons/goto/events/class_EventAddSystemDialog.inc
index f7ba9ec8e30a0839dbd90c7f9e12fde1282e4eb6..5f905011e818c1a51335f9af2e4f0ca2b2cfbd11 100644 (file)
$this->config = $config;
$this->ui = $ui;
$this->storagePoints = array(
- get_ou("serverRDN"),
- get_ou("workstationRDN"),
- get_ou("ogroupRDN"),
- get_ou('terminalRDN'));
+ get_ou("group", "ogroupRDN") ,
+ get_ou("group", "ogroupRDN") ,
+ get_ou("group", "ogroupRDN") ,
+ get_ou("group", "ogroupRDN") );
// Build filter
if (session::global_is_set(get_class($this)."_filter")){
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc b/gosa-plugins/goto/addons/goto/events/class_EventAddUserDialog.inc
index 0649761c88422e0a946242bf1f8adc21979a691f..e5a99a8c8a896ab4e56b44298aa0ca0eb34e34be 100644 (file)
$this->config = $config;
$this->ui = $ui;
$this->storagePoints = array(
- get_ou("userRDN"),
- get_ou("groupRDN"));
+ get_ou("core", "userRDN") ,
+ get_ou("core", "userRDN") );
// Build filter
if (session::global_is_set(get_class($this)."_filter")){