Code

Updated table summary
[gosa.git] / gosa-plugins / goto / addons / goto / deploy-filter.xml
index f3952d5b9d19f874271fc9ceaf9bacfb83fe1f70..e43c402b58f41ea26304a409b03f12b98fb70f0e 100644 (file)
@@ -3,22 +3,24 @@
 <filterdef>
   <definition>
     <category>users</category>
-    <template>deploy-filter.tpl</template>
     <initial>true</initial>
+    <default>default</default>
+    <scope>auto</scope>
+    <attribute>dn</attribute>
+    <attribute>objectClass</attribute>
+    <attribute>givenName</attribute>
+    <attribute>sn</attribute>
+    <attribute>uid</attribute>
+    <attribute>userPassword</attribute>
   </definition>
 
   <search>
+    <tag>default</tag>
+    <label>Default filter</label>
     <query>
       <backend>GotoEvents</backend>
-      <filter>(&amp;(objectClass=gosaAccount)$TEMPLATES$NAME(|$FUNCTIONAL$SAMBA$POSIX$MAIL))</filter>
-      <attribute>dn</attribute>
-      <attribute>objectClass</attribute>
-      <attribute>givenName</attribute>
-      <attribute>sn</attribute>
-      <attribute>uid</attribute>
-      <attribute>userPassword</attribute>
+      <filter>(&amp;(objectClass=gosaAccount)(cn=$))</filter>
     </query>
-    <scope>auto</scope>
   </search>
 
 </filterdef>