_('Freeradius'), 'plDescription' => _('This Plugin is for Radius accounting based in FreeRadius'), 'plObjectType' => array('group'), 'plProvidedAcls' => parent::generatePlProvidedAcls(self::getAttributesInfo()) ); } /*! * \brief The main function : information about attributes */ static function getAttributesInfo () { return array( 'section1' => array( 'name' => _('Support 802.1x'), 'attrs' => array( new StringAttribute( _('Tunnel medium type'), _('Name of the tunnel medium type'), 'radiusTunnelMediumType', TRUE, 'IEEE-802' ), new StringAttribute( _('Tunnel type'), _('Name of the tunnel type'), 'radiusTunnelType', TRUE, 'VLAN' ), new StringAttribute( _('VLAN id'), _('VLAN identifier'), 'radiusTunnelPrivateGroupId', FALSE, '' ) ) ), ); } } ?>