From: hickert Date: Mon, 10 May 2010 13:33:56 +0000 (+0000) Subject: Updated get_ou it receives values from the config registry now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fd24b095d9364b68707cdcc415e064bf53cc3f79;p=gosa.git Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18291 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc b/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc index 9b449a81c..89d56a926 100644 --- a/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc +++ b/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc @@ -33,7 +33,7 @@ class trustSelect extends management $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")){