From: hickert Date: Mon, 10 May 2010 13:32:39 +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=22b999ac799e50627ff132ed28211a0e11774251;p=gosa.git Updated get_ou it receives values from the config registry now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18264 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc index 90e835c92..2f69f77e1 100644 --- a/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc +++ b/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc @@ -76,8 +76,8 @@ class xlsexport extends plugin $smarty->assign("deplist", $bases); $smarty->assign("choicelist",array( get_people_ou() =>"users" , get_groups_ou() =>"groups" , - get_ou('systemRDN') =>"computers", - get_ou('serverRDN') =>"servers", + get_ou("servgeneric", "serverRDN") =>"computers", + get_ou("servgeneric", "serverRDN") =>"servers", "dc=addressbook," =>"addressbook")); // Get the LDAP link, to generate the Export