tce_radius.php
Tags
Table of Contents
Constants
- K_RADIUS_ACCOUNTING_PORT = 1813
- Radius accounting port (e.g.: 1813).
- K_RADIUS_AUTHENTICATION_PORT = 1812
- Radius authentication port (e.g.: 1812).
- K_RADIUS_ENABLED = \false
- If true enable RADIUS.
- K_RADIUS_SERVER_IP = 'localhost'
- IP address of the radius server (e.g.: "127.0.0.1").
- K_RADIUS_SHARED_SECRET = 'WinRadius'
- Shared secret with the radius server.
- K_RADIUS_SUFFIX = ''
- Radius domain name suffix (e.g.: "@mydomain.com").
- K_RADIUS_UDP_TIMEOUT = 5
- Radius UDP timeout (e.g.: 5).
- K_RADIUS_USER_GROUP_ID = 1
- Default user group ID.
- K_RADIUS_USER_LEVEL = 1
- Default user level.
- K_RADIUS_UTF8 = \true
- Set to true if RADIUS uses UTF-8 encoding.
Constants
K_RADIUS_ACCOUNTING_PORT
Radius accounting port (e.g.: 1813).
public mixed K_RADIUS_ACCOUNTING_PORT =
1813
K_RADIUS_AUTHENTICATION_PORT
Radius authentication port (e.g.: 1812).
public mixed K_RADIUS_AUTHENTICATION_PORT
= 1812
K_RADIUS_ENABLED
If true enable RADIUS.
public mixed K_RADIUS_ENABLED =
\false
K_RADIUS_SERVER_IP
IP address of the radius server (e.g.: "127.0.0.1").
public mixed K_RADIUS_SERVER_IP =
'localhost'
K_RADIUS_SHARED_SECRET
Shared secret with the radius server.
public mixed K_RADIUS_SHARED_SECRET =
'WinRadius'
K_RADIUS_SUFFIX
Radius domain name suffix (e.g.: "@mydomain.com").
public mixed K_RADIUS_SUFFIX =
''
K_RADIUS_UDP_TIMEOUT
Radius UDP timeout (e.g.: 5).
public mixed K_RADIUS_UDP_TIMEOUT =
5
K_RADIUS_USER_GROUP_ID
Default user group ID.
public mixed K_RADIUS_USER_GROUP_ID =
1
This is the TCExam group id to which the radius accounts belongs. You can also set 0 for all available groups or a string containing a comma-separated list of group IDs.
K_RADIUS_USER_LEVEL
Default user level.
public mixed K_RADIUS_USER_LEVEL =
1
K_RADIUS_UTF8
Set to true if RADIUS uses UTF-8 encoding.
public mixed K_RADIUS_UTF8 = \true