Merge branch 'template' of ssh://matthijs@git.stderr.nl/matthijs/servers/drsnuggles...
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / organizationalRole.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE template SYSTEM "template.dtd">
3
4 <template>
5 <askcontainer>1</askcontainer>
6 <description>New Organisational Role</description>
7 <icon>ldap-o.png</icon>
8 <invalid>0</invalid>
9 <rdn>cn</rdn>
10 <!--<regexp>^ou=People,o=.*,</regexp>-->
11 <title>Generic: Organisational Role</title>
12 <visible>1</visible>
13
14 <objectClasses>
15 <objectClass id="organizationalRole"></objectClass>
16 </objectClasses>
17
18 <attributes>
19 <attribute id="cn">
20         <display>Role CN</display>
21         <order>1</order>
22         <spacer>1</spacer>
23 </attribute>
24 <attribute id="telephoneNumber">
25         <display>Work phone</display>
26         <icon>phone.png</icon>
27         <order>2</order>
28 </attribute>
29 <attribute id="facsimileTelephoneNumber">
30         <display>Fax</display>
31         <order>3</order>
32         <spacer>1</spacer>
33 </attribute>
34 <attribute id="description">
35         <display>Comments</display>
36         <icon>light.png</icon>
37         <order>4</order>
38         <spacer>1</spacer>
39 </attribute>
40 <attribute id="roleOccupant">
41         <display>Occupant</display>
42         <icon>ldap-default.png</icon>
43         <order>5</order>
44         <spacer>1</spacer>
45 </attribute>
46 <attribute id="street">
47         <display>Street Address</display>
48         <icon>mail.png</icon>
49         <order>6</order>
50 </attribute>
51 <attribute id="l">
52         <display>City</display>
53         <order>7</order>
54 </attribute>
55 <attribute id="st">
56         <display>State</display>
57         <order>8</order>
58 </attribute>
59 <attribute id="postalCode">
60         <display>Postal code</display>
61         <order>9</order>
62         <spacer>1</spacer>
63 </attribute>
64 <attribute id="postalAddress">
65         <display>Postal Address</display>
66         <icon>mail.png</icon>
67         <order>10</order>
68         <spacer>1</spacer>
69 </attribute>
70 <attribute id="registeredAddress">
71         <display>Registered Address</display>
72         <icon>mail.png</icon>
73         <order>11</order>
74 </attribute>
75 </attributes>
76
77 </template>