LDAP Admin - Radius EntryRadius Entry by Bertrand Longuet
ver 1.0Radius Entry
<template>
<name>Radius Entry</name>
<description>Radius Entry</description>
<author>Bertrand Longuet</author>
<version>1.0</version>
<email>bertrand.longuet@free.fr</email>
<website>none</website>
<rdn>uid</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>person</value>
<value>inetOrgPerson</value>
<value>posixAccount</value>
<value>radiusprofile</value>
</attribute>
<attribute type="text">
<name>radiusCallingStationId</name>
<description>Client MAC Id (cisco format)</description>
<control type="edit">
<editmask>####.####.####</editmask>
</control>
</attribute>
<attribute type="text">
<name>radiusTunnelPrivateGroupId</name>
<description>VLAN used</description>
<control type="combo">
<items>
<item>710</item>
<item>720</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>radiusAuthType</name>
<control type="combo">
<items>
<item>EAP</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>radiusTunnelMediumType</name>
<control type="combo">
<items>
<item>6</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>radiusTunnelType</name>
<control type="combo">
<items>
<item>VLAN</item>
</items>
</control>
</attribute>
</template>
|