File: UserList.xml

package info (click to toggle)
phpldapadmin 1.2.0.5-2%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,248 kB
  • ctags: 3,066
  • sloc: php: 16,758; xml: 1,494; sh: 322; makefile: 50
file content (41 lines) | stat: -rw-r--r-- 940 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "query.dtd">
<query>
<title>User List</title>
<bases>
<base></base>
</bases>
<filter><![CDATA[(&(objectClass=posixAccount)(uid=*))]]></filter>
<description>User List</description>
<icon>ldap-user.png</icon>
<scope>sub</scope>
<visible>1</visible>

<attributes>
<attribute id="cn">
	<display>Common Name</display>
	<order>1</order>
	<ordersort>2</ordersort>
</attribute>
<attribute id="uid">
	<display>User ID</display>
	<order>2</order>
	<ordersort>1</ordersort>
</attribute>
<attribute id="homeDirectory">
	<display>Home Directory</display>
	<order>3</order>
	<ordersort>3</ordersort>
</attribute>
<attribute id="telephoneNumber">
	<display>Telephone Number</display>
	<order>4</order>
	<ordersort>4</ordersort>
</attribute>
<attribute id="jPegPhoto">
	<display>Photo</display>
	<order>5</order>
	<ordersort>5</ordersort>
</attribute>
</attributes>
</query>