44 lines
1.0 KiB
XML
44 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
<template>
|
|
<title>Posix Group - SUSE</title>
|
|
<!-- <regexp>^ou=.*,</regexp> -->
|
|
<icon>images/ou.png</icon>
|
|
<description>Posix Group - SUSE</description>
|
|
<askcontainer>1</askcontainer>
|
|
<rdn>cn</rdn>
|
|
<visible>1</visible>
|
|
|
|
<objectClasses>
|
|
<objectClass id="posixGroup"></objectClass>
|
|
<objectClass id="namedObject"></objectClass>
|
|
</objectClasses>
|
|
|
|
<attributes>
|
|
<attribute id="cn">
|
|
<display>Group</display>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="gidNumber">
|
|
<display>GID Number</display>
|
|
<hint>Automatically determined</hint>
|
|
<order>2</order>
|
|
<page>1</page>
|
|
<presubmit>=php.GetNextNumber(/,gid)</presubmit>
|
|
<spacer>1</spacer>
|
|
</attribute>
|
|
<attribute id="memberUid">
|
|
<array>10</array>
|
|
<display>Users</display>
|
|
<helper>
|
|
<location>side</location>
|
|
<!-- <value>=php.DrawChooserLink(memberUid,0)</value> -->
|
|
</helper>
|
|
<hidden>0</hidden>
|
|
<order>3</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
</attributes>
|
|
</template>
|