summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16c231d)
raw | patch | inline | side by side (parent: 16c231d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Dec 2009 09:39:10 +0000 (09:39 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14928 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/dep-filter.xml | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/dep-filter.xml b/gosa-core/plugins/admin/departments/dep-filter.xml
index 2411c81c38cf0502715878737f49d244d37cbac8..dba596a4edf12a9f30f5db0336ae78b6b3b95f52 100644 (file)
</definition>
<search>
+ <query>
+ <backend>LDAP</backend>
+ <method>cat</method>
+ <filter>(&(objectClass=gosaDepartment)$NAME)</filter>
+ <attribute>dn</attribute>
+ <attribute>objectClass</attribute>
+ <attribute>ou</attribute>
+ <attribute>description</attribute>
+ </query>
<query>
<backend>LDAP</backend>
<filter>(&(objectClass=gosaDepartment)$NAME)</filter>