Code

Updated department listing
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Dec 2009 09:39:10 +0000 (09:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Dec 2009 09:39:10 +0000 (09:39 +0000)
-Added <method>cat</method> to filter.xml to allow to list the current object too..

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14928 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/dep-filter.xml

index 2411c81c38cf0502715878737f49d244d37cbac8..dba596a4edf12a9f30f5db0336ae78b6b3b95f52 100644 (file)
@@ -8,6 +8,15 @@
   </definition>
 
   <search>
+    <query>
+      <backend>LDAP</backend>
+      <method>cat</method>
+      <filter>(&amp;(objectClass=gosaDepartment)$NAME)</filter>
+      <attribute>dn</attribute>
+      <attribute>objectClass</attribute>
+      <attribute>ou</attribute>
+      <attribute>description</attribute>
+    </query>
     <query>
       <backend>LDAP</backend>
       <filter>(&amp;(objectClass=gosaDepartment)$NAME)</filter>