Code

Updated env lists
[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     <template>../plugins/personal/environment/hotplugSelect/selectHotplug-filter.tpl</template>
7     <initial>true</initial>
8   </definition>
10   <search>
11     <query>
12       <backend>LDAPBlacklist</backend>
13       <filter>(&amp;(objectClass=gotoDevice)$NAME)</filter>
14       <attribute>dn</attribute>
15       <attribute>objectClass</attribute>
16       <attribute>cn</attribute>
17       <attribute>description</attribute>
18       <attribute>gotoHotplugDevice</attribute>
19     </query>
20     <scope>auto</scope>
21   </search>
23   <element>
24     <type>textfield</type>
25     <tag>NAME</tag>
26     <size>20</size>
27     <maxlength>60</maxlength>
28     <default></default>
29     <unset></unset>
30     <set>(|(cn=*$*)(description=*$*))</set>
31     <alphabet>true</alphabet>
32     <autocomplete>
33       <backend>LDAPBlacklist</backend>
34       <filter>(&amp;(objectClass=gotoDevice)(|(cn=*$NAME*)(description=*$NAME*)))</filter>
35       <attribute>cn</attribute>
36       <frequency>0.5</frequency>
37       <characters>3</characters>
38     </autocomplete>
39   </element>
41 </filterdef>