phpldapadmin: Add phpldapadmin configuration.
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / mozillaOrgPerson.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE template SYSTEM "template.dtd">
3 <template>
4 <title>Address Book Entry (mozillaOrgPerson)</title>
5 <!--<regexp>^ou=People,o=.*,</regexp>-->
6 <icon>images/user.png</icon>
7 <description>New Address Book Entry</description>
8 <askcontainer>1</askcontainer>
9 <rdn>cn</rdn>
10 <visible>1</visible>
11
12 <objectClasses>
13 <objectClass id="inetOrgPerson"></objectClass>
14 <objectClass id="mozillaAddressBookEntry"></objectClass>
15 </objectClasses>
16
17 <attributes>
18 <attribute id="givenName">
19         <display>First Name</display>
20         <icon>images/uid.png</icon>
21         <onchange>autoFill:cn,%sn% %givenName%</onchange>
22         <order>1</order>
23 </attribute>
24 <attribute id="sn">
25         <display>Last Name</display>
26         <onchange>autoFill:cn,%sn% %givenName%</onchange>
27         <order>2</order>
28 </attribute>
29 <attribute id="cn">
30         <display>Common Name</display>
31         <order>3</order>
32 </attribute>
33 <attribute id="mozillaNickName">
34         <display>Nickname</display>
35         <order>4</order>
36         <spacer>1</spacer>
37 </attribute>
38 <attribute id="mail">
39         <display>t_email</display>
40         <order>5</order>
41 </attribute>
42 <attribute id="mozillaSecondEmail">
43         <display>Additional email</display>
44         <order>6</order>
45         <spacer>1</spacer>
46 </attribute>
47 <attribute id="telephoneNumber">
48         <display>Work Phone</display>
49         <icon>images/phone.png</icon>
50         <order>7</order>
51 </attribute>
52 <attribute id="homePhone">
53         <display>Home Phone</display>
54         <order>8</order>
55 </attribute>
56 <attribute id="facsimileTelephoneNumber">
57         <display>Fax</display>
58         <order>9</order>
59 </attribute>
60 <attribute id="pager">
61         <display>Page</display>
62         <order>10</order>
63 </attribute>
64 <attribute id="mobile">
65         <display>Mobile</display>
66         <order>11</order>
67         <spacer>1</spacer>
68 </attribute>
69 <attribute id="homePostalAddress">
70         <display>Home Address</display>
71         <order>12</order>
72 </attribute>
73 <attribute id="mozillaHomePostalAddress2">
74         <display>Home Address 2</display>
75         <order>13</order>
76 </attribute>
77 <attribute id="mozillaHomeLocalityName">
78         <display>Home City</display>
79         <order>14</order>
80 </attribute>
81 <attribute id="mozillaHomeState">
82         <display>Home State</display>
83         <order>15</order>
84 </attribute>
85 <attribute id="mozillaHomePostalCode">
86         <display>Home ZIP/Postal Code</display>
87         <order>16</order>
88 </attribute>
89 <attribute id="mozillaHomeCountryName">
90         <display>Home Country</display>
91         <order>17</order>
92 </attribute>
93 <attribute id="mozillaHomeUrl">
94         <display>Home Web page</display>
95         <order>18</order>
96         <spacer>1</spacer>
97 </attribute>
98 <attribute id="title">
99         <display>Work Title</display>
100         <order>19</order>
101 </attribute>
102 <attribute id="ou">
103         <display>Work Department</display>
104         <order>20</order>
105 </attribute>
106 <attribute id="o">
107         <display>Work Organization</display>
108         <order>21</order>
109 </attribute>
110 <attribute id="street">
111         <display>Work Address</display>
112         <order>22</order>
113 </attribute>
114 <attribute id="mozillaWorkStreet2">
115         <display>Work Address 2</display>
116         <order>23</order>
117 </attribute>
118 <attribute id="l">
119         <display>Work City</display>
120         <order>24</order>
121 </attribute>
122 <attribute id="st">
123         <display>Work State/Province</display>
124         <order>25</order>
125 </attribute>
126 <attribute id="postalCode">
127         <display>Work ZIP/Postal Code</display>
128         <order>26</order>
129 </attribute>
130 <attribute id="c">
131         <display>Work Country</display>
132         <order>27</order>
133 </attribute>
134 <attribute id="mozillaWorkUrl">
135         <display>Work Web page</display>
136         <order>28</order>
137 </attribute>
138 </attributes>
139 </template>