66962887610f5d887305a7037c76e20bbc40d3e5
[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 <template>
4 <title>Organisational Role</title>
5 <!--<regexp>^ou=People,o=.*,</regexp>-->
6 <icon>images/o.png</icon>
7 <description>New Organisational Role</description>
8 <askcontainer>1</askcontainer>
9 <rdn>cn</rdn>
10 <visible>1</visible>
11
12 <objectClasses>
13 <objectClass id="organizationalRole"></objectClass>
14 </objectClasses>
15
16 <attributes>
17 <attribute id="cn">
18         <display>Role CN</display>
19         <order>1</order>
20         <spacer>1</spacer>
21 </attribute>
22 <attribute id="telephoneNumber">
23         <display>Work phone</display>
24         <icon>images/phone.png</icon>
25         <order>2</order>
26 </attribute>
27 <attribute id="facsimileTelephoneNumber">
28         <display>Fax</display>
29         <order>3</order>
30         <spacer>1</spacer>
31 </attribute>
32
33 <attribute id="description">
34         <display>Comments</display>
35         <icon>images/light.png</icon>
36         <order>4</order>
37         <spacer>1</spacer>
38 </attribute>
39
40 <attribute id="roleOccupant">
41         <display>Occupant</display>
42         <icon>images/object.png</icon>
43         <order>5</order>
44         <spacer>1</spacer>
45 </attribute>
46
47 <attribute id="street">
48         <display>Street Address</display>
49         <icon>images/mail.png</icon>
50         <order>6</order>
51 </attribute>
52 <attribute id="l">
53         <display>City</display>
54         <order>7</order>
55 </attribute>
56 <attribute id="st">
57         <display>State</display>
58         <order>8</order>
59 </attribute>
60 <attribute id="postalCode">
61         <display>Postal code</display>
62         <order>9</order>
63         <spacer>1</spacer>
64 </attribute>
65
66 <attribute id="postalAddress">
67         <display>Postal Address</display>
68         <icon>images/mail.png</icon>
69         <order>10</order>
70         <spacer>1</spacer>
71 </attribute>
72 <attribute id="registeredAddress">
73         <display>Registered Address</display>
74         <icon>images/mail.png</icon>
75         <order>11</order>
76 </attribute>
77
78 </attributes>
79 </template>