phpldapadmin: Upgrade configuration to 1.2.0.5.
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / inetOrgPerson.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 Address Book Entry</description>
7 <icon>address-book.png</icon>
8 <invalid>0</invalid>
9 <rdn>cn</rdn>
10 <!--<regexp>^ou=People,o=.*,</regexp>-->
11 <title>Generic: Address Book Entry</title>
12 <visible>1</visible>
13
14 <objectClasses>
15 <objectClass id="inetOrgPerson"></objectClass>
16 </objectClasses>
17
18 <attributes>
19 <attribute id="givenName">
20         <display>First name</display>
21         <icon>ldap-uid.png</icon>
22         <onchange>=autoFill(cn;%givenName% %sn%)</onchange>
23         <order>1</order>
24         <page>1</page>
25 </attribute>
26 <attribute id="sn">
27         <display>Last name</display>
28         <onchange>=autoFill(cn;%givenName% %sn%)</onchange>
29         <order>2</order>
30         <page>1</page>
31 </attribute>
32 <attribute id="cn">
33         <display>Common Name</display>
34         <order>3</order>
35         <page>1</page>
36         <spacer>1</spacer>
37 </attribute>
38 <attribute id="jpegPhoto">
39         <display>Photo</display>
40         <order>3</order>
41         <spacer>1</spacer>
42 </attribute>
43 <attribute id="o">
44         <display>Organisation</display>
45         <order>4</order>
46         <page>1</page>
47 </attribute>
48 <attribute id="street">
49         <cols>50</cols>
50         <display>Street</display>
51         <icon>mail.png</icon>
52         <order>4</order>
53         <page>1</page>
54         <rows>4</rows>
55         <type>textarea</type>
56 </attribute>
57 <attribute id="l">
58         <display>City</display>
59         <order>5</order>
60         <page>1</page>
61 </attribute>
62 <attribute id="st">
63         <display>State</display>
64         <order>6</order>
65         <page>1</page>
66 </attribute>
67 <attribute id="postalCode">
68         <display>Postal code</display>
69         <order>7</order>
70         <page>1</page>
71         <spacer>1</spacer>
72 </attribute>
73 <attribute id="telephoneNumber">
74         <display>Work phone</display>
75         <icon>phone.png</icon>
76         <order>8</order>
77         <page>1</page>
78 </attribute>
79 <attribute id="facsimileTelephoneNumber">
80         <display>Fax</display>
81         <order>9</order>
82         <page>1</page>
83 </attribute>
84 <attribute id="mobile">
85         <display>Mobile</display>
86         <order>9</order>
87         <page>1</page>
88 </attribute>
89 <attribute id="mail">
90         <display>Email</display>
91         <order>10</order>
92         <page>1</page>
93 </attribute>
94 </attributes>
95
96 </template>