Merge branch 'template' of ssh://matthijs@git.stderr.nl/matthijs/servers/drsnuggles...
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / SUSE-posixGroup.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE template SYSTEM "template.dtd">
3 <template>
4 <title>Posix Group - SUSE</title>
5 <!-- <regexp>^ou=.*,</regexp> -->
6 <icon>images/ou.png</icon>
7 <description>Posix Group - SUSE</description>
8 <askcontainer>1</askcontainer>
9 <rdn>cn</rdn>
10 <visible>1</visible>
11
12 <objectClasses>
13 <objectClass id="posixGroup"></objectClass>
14 <objectClass id="namedObject"></objectClass>
15 </objectClasses>
16
17 <attributes>
18 <attribute id="cn">
19         <display>Group</display>
20         <order>1</order>
21         <page>1</page>
22 </attribute>
23 <attribute id="gidNumber">
24         <display>GID Number</display>
25         <hint>Automatically determined</hint>
26         <value>=php.GetNextNumber(/,gid)</value>
27         <readonly>1</readonly>
28         <order>2</order>
29         <page>1</page>
30         <spacer>1</spacer>
31 </attribute>
32 <attribute id="memberUid">
33         <maxvalnb>10</maxvalnb>
34         <display>Users</display>
35         <type>Dn</type>
36         <hidden>0</hidden>
37         <order>3</order>
38         <page>1</page>
39 </attribute>
40 </attributes>
41 </template>