summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 11ad4dc)
raw | patch | inline | side by side (parent: 11ad4dc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:33:56 +0000 (13:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 13:33:56 +0000 (13:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18291 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc b/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc
index 9b449a81c61ef477867736bacfdb05c21fb41eb8..89d56a9268d39d079cab41e97949756b73f65128 100644 (file)
$this->config = $config;
$this->ui = $ui;
- $this->storagePoints = array(get_ou("workstationRDN"),get_ou("terminalRDN"),get_ou("serverRDN"),);
+ $this->storagePoints = array(get_ou("servgeneric", "serverRDN") ,get_ou("servgeneric", "serverRDN") ,get_ou("servgeneric", "serverRDN") ,);
// Build filter
if (session::global_is_set(get_class($this)."_filter")){