Custom TCCRadius Attributes

TCCRadius provides a handful of custom attributes to make TCCRadius more flexible. With TCCRadius, any RADIUS attribute for any NAS unit can be used as long as that Attribute is present in the Dictionary.cfg file. TCCRadius custom attributes do not have to be listed in the Dictionary.cfg.

Custom Attributes

tccradius-active
Indicates whether an account is active or inactive.
Note: If this Attribute is not present, the account is active.
0 = User Inactive
1 = User Active

Usage:
tccradius-active=0

tccradius-time-intervals
The number of time limited intervals if applicable

tccradius-start-time & tccradius-stop-time
Start and stop time intervals respectively. If a user does not login within these time frames, access will be denied.

Usage:

tccradius-time-intervals=2
tccradius-start-time1=12:00
tccradius-stop-time1=20:00
tccradius-start-time2=21:00
tccradius-stop-time2=22:00