Code

Remove old layers menu
[gosa.git] / gosa-core / ihtml / themes / default / baseSelect-filter.xml
index 1df4441552f2b48dbc7e25b4033ac3d7e9553fb7..eb64ae1e84b8e36ede6712cc847ddf17b6387d69 100644 (file)
@@ -9,14 +9,14 @@
 
   <search>
     <query>
-      <backend>LDAP</backend>
+      <backend>BaseSelect</backend>
       <filter>(&amp;(objectClass=gosaDepartment)$NAME)</filter>
       <attribute>dn</attribute>
       <attribute>objectClass</attribute>
       <attribute>ou</attribute>
       <attribute>description</attribute>
     </query>
-    <scope>one</scope>
+    <scope>auto</scope>
   </search>
 
   <element>
     <set>(|(ou=*$*)(dc=*$*)(c=*$*)(l=*$*))</set>
     <alphabet>false</alphabet>
     <autocomplete>
-      <backend>LDAP</backend>
+      <backend>BaseSelect</backend>
       <filter>(&amp;(objectClass=gosaDepartment)(|(ou=*$NAME*)(dc=*$NAME*)(l=*$NAME*)(c=*$NAME*)))</filter>
       <attribute>cn</attribute>
+      <attribute>dc</attribute>
+      <attribute>c</attribute>
+      <attribute>l</attribute>
       <frequency>0.5</frequency>
       <characters>3</characters>
     </autocomplete>