Code

replaced <p> seperator style by <hr >
[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     <template>deploy-filter.tpl</template>
7     <initial>true</initial>
8   </definition>
10   <search>
11     <query>
12       <backend>GotoEvents</backend>
13       <filter>(&amp;(objectClass=gosaAccount)$TEMPLATES$NAME(|$FUNCTIONAL$SAMBA$POSIX$MAIL))</filter>
14       <attribute>dn</attribute>
15       <attribute>objectClass</attribute>
16       <attribute>givenName</attribute>
17       <attribute>sn</attribute>
18       <attribute>uid</attribute>
19       <attribute>userPassword</attribute>
20     </query>
21     <scope>auto</scope>
22   </search>
24 </filterdef>