~ubuntu-branches/debian/wheezy/phpldapadmin/wheezy

« back to all changes in this revision

Viewing changes to queries/UserList.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2010-04-10 10:12:22 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100410101222-3xyuhy4a7usewxla
Tags: 1.2.0.5-1
* New upstream release. (Closes: #571672, #549464)
* debian/po/ru.po: added. (Closes: #536402)
* applied patch to fix lintian warnings. (Closes: #531649)
* Removed debian/patches that have been merged upstream.
* Do not build-depend anymore on dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE template SYSTEM "query.dtd">
 
3
<query>
 
4
<title>User List</title>
 
5
<bases>
 
6
<base></base>
 
7
</bases>
 
8
<filter><![CDATA[(&(objectClass=posixAccount)(uid=*))]]></filter>
 
9
<description>User List</description>
 
10
<icon>ldap-user.png</icon>
 
11
<scope>sub</scope>
 
12
<visible>1</visible>
 
13
 
 
14
<attributes>
 
15
<attribute id="cn">
 
16
        <display>Common Name</display>
 
17
        <order>1</order>
 
18
        <ordersort>2</ordersort>
 
19
</attribute>
 
20
<attribute id="uid">
 
21
        <display>User ID</display>
 
22
        <order>2</order>
 
23
        <ordersort>1</ordersort>
 
24
</attribute>
 
25
<attribute id="homeDirectory">
 
26
        <display>Home Directory</display>
 
27
        <order>3</order>
 
28
        <ordersort>3</ordersort>
 
29
</attribute>
 
30
<attribute id="telephoneNumber">
 
31
        <display>Telephone Number</display>
 
32
        <order>4</order>
 
33
        <ordersort>4</ordersort>
 
34
</attribute>
 
35
<attribute id="jPegPhoto">
 
36
        <display>Photo</display>
 
37
        <order>5</order>
 
38
        <ordersort>5</ordersort>
 
39
</attribute>
 
40
</attributes>
 
41
</query>