Code

Updated table summary
[gosa.git] / gosa-plugins / goto / addons / goto / deploy-filter.xml
1 <?xml version="1.0" encoding="UTF-8"?>
3 <filterdef>
4   <definition>
5     <category>users</category>
6     <initial>true</initial>
7     <default>default</default>
8     <scope>auto</scope>
9     <attribute>dn</attribute>
10     <attribute>objectClass</attribute>
11     <attribute>givenName</attribute>
12     <attribute>sn</attribute>
13     <attribute>uid</attribute>
14     <attribute>userPassword</attribute>
15   </definition>
17   <search>
18     <tag>default</tag>
19     <label>Default filter</label>
20     <query>
21       <backend>GotoEvents</backend>
22       <filter>(&amp;(objectClass=gosaAccount)(cn=$))</filter>
23     </query>
24   </search>
26 </filterdef>