Code

Updated handling of uploaded files, thanks to bcooksley
[gosa.git] / gosa-plugins / goto / personal / environment / hotplugSelect / selectHotplug-filter.xml
1 <?xml version="1.0" encoding="UTF-8"?>
3 <filterdef>
4   <definition>
5     <category>devices</category>
6     <initial>true</initial>
7     <scope>auto</scope>
8     <default>default</default>
9     <attribute>dn</attribute>
10     <attribute>objectClass</attribute>
11     <attribute>cn</attribute>
12     <attribute>description</attribute>
13     <attribute>gotoHotplugDevice</attribute>
14   </definition>
16   <search>
17     <tag>default</tag>
18     <label>Default filter</label>
19     <query>
20       <backend>LDAPBlacklist</backend>
21       <filter>(&amp;(objectClass=gotoDevice)(cn=$))</filter>
22     </query>
23     <autocomplete>
24       <attribute>cn</attribute>
25       <frequency>0.5</frequency>
26       <characters>3</characters>
27     </autocomplete>
28   </search>
30 </filterdef>