LDAP Admin - &MAC-Address Entry&MAC-Address Entry by A. Darlapp
ver 1.0MAC-Addresses
<template>
<name>&MAC-Address Entry</name>
<description>MAC-Addresses</description>
<author>A. Darlapp</author>
<version>1.0</version>
<email>ad@darlapp.net</email>
<website>ldapadmin.sf.net</website>
<rdn>uid</rdn>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>inetorgperson</value>
<value>radiusprofile</value>
</attribute>
<control type="panel">
<caption>MAC-Address Configuration</caption>
<bevel>lowered</bevel>
<attribute type="text">
<name>cn</name>
<description>Common Name (cn)</description>
</attribute>
<attribute type="text">
<name>sn</name>
<description>Name (sn)</description>
</attribute>
<attribute type="text">
<name>uid</name>
<description>User-ID (uid)</description>
</attribute>
<attribute type="text">
<name>description</name>
<description>Description</description>
</attribute>
</control>
<control type="panel">
<caption>Radius/VLAN Configuration</caption>
<bevel>lowered</bevel>
<attribute type="text">
<name>radiustunnelmediumtype</name>
<description>Tunnel-Medium (Default: IEEE-802)</description>
<control type="combo">
<items>
<item>IEEE-802</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>radiustunneltype</name>
<description>Type (Default: VLAN)</description>
<control type="combo">
<items>
<item>VLAN</item>
<item>PPTP</item>
<item>L2TP</item>
<item>ESP</item>
<item>AH</item>
<item>GRE</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>radiustunnelprivategroupid</name>
<description>VLAN-Tag</description>
</attribute>
<attribute type="text">
<name>radiusfilterid</name>
<description>Radius Filter</description>
</attribute>
</control>
<attribute type="text">
<name>userpassword</name>
<description>Object Password</description>
<control type="passwordbutton">
</control>
</attribute>
</template>
|