~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to gosa-core/plugins/admin/groups/singleUserSelect/singleUser-filter.xml

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<filterdef>
 
4
  <definition>
 
5
    <category>groups</category>
 
6
    <initial>true</initial>
 
7
    <default>default</default>
 
8
    <scope>auto</scope>
 
9
    <attribute>dn</attribute>
 
10
    <attribute>objectClass</attribute>
 
11
    <attribute>cn</attribute>
 
12
    <attribute>sn</attribute>
 
13
    <attribute>givenName</attribute>
 
14
    <attribute>uid</attribute>
 
15
    <attribute>description</attribute>
 
16
  </definition>
 
17
 
 
18
  <search>
 
19
    <tag>default</tag>
 
20
    <label>Default filter</label>
 
21
    <query>
 
22
      <backend>LDAP</backend>
 
23
      <filter>(&amp;(objectClass=gosaAccount)(cn=$))</filter>
 
24
    </query>
 
25
    <autocomplete>
 
26
      <attribute>cn</attribute>
 
27
      <frequency>0.5</frequency>
 
28
      <characters>3</characters>
 
29
    </autocomplete>
 
30
  </search>
 
31
 
 
32
</filterdef>