72 lines
1.8 KiB
XML
72 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
|
<template>
|
|
<title>Samba3 Group Mapping - SUSE</title>
|
|
<!-- <regexp>^ou=.*,</regexp> -->
|
|
<icon>images/ou.png</icon>
|
|
<description>New Samba3 Group Mapping</description>
|
|
<askcontainer>1</askcontainer>
|
|
<rdn>cn</rdn>
|
|
<visible>1</visible>
|
|
|
|
<objectClasses>
|
|
<objectClass id="posixGroup"></objectClass>
|
|
<objectClass id="namedObject"></objectClass>
|
|
<objectClass id="sambaGroupMapping"></objectClass>
|
|
</objectClasses>
|
|
|
|
<attributes>
|
|
<attribute id="cn">
|
|
<display>Group</display>
|
|
<order>1</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="displayName">
|
|
<display>Windows Name</display>
|
|
<order>2</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
<attribute id="gidNumber">
|
|
<display>GID Number</display>
|
|
<hint>Automatically determined</hint>
|
|
<order>3</order>
|
|
<page>1</page>
|
|
<presubmit>=php.GetNextNumber(/,gid)</presubmit>
|
|
<spacer>1</spacer>
|
|
</attribute>
|
|
<attribute id="sambaSID">
|
|
<display>Samba SID</display>
|
|
<helper>
|
|
<id>sidsuffix</id>
|
|
<location>side</location>
|
|
<value></value>
|
|
</helper>
|
|
<order>4</order>
|
|
<page>1</page>
|
|
<post>=php.Join(-,(%sambaSID%,%sidsuffix%))</post>
|
|
<value>=php.PickList(/,(objectClass=sambaDomain),sambaSID,%sambaSID% (%sambaDomainName%))</value>
|
|
</attribute>
|
|
<attribute id="sambaGroupType">
|
|
<default>2</default>
|
|
<display>Samba Group Type</display>
|
|
<order>5</order>
|
|
<page>1</page>
|
|
<spacer>1</spacer>
|
|
<value id="2">Domain Group</value>
|
|
<value id="4">Local Group</value>
|
|
<value id="5">Well-known Group</value>
|
|
</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>10</order>
|
|
<page>1</page>
|
|
</attribute>
|
|
</attributes>
|
|
</template>
|