ClearBox Server™ v1.2 Developer's Guide

ATTRIBVALTYPE

Types of value RADIUS attributes may have.

enum ATTRIBVALTYPE {
	RADINT = 1,
	RADIP = 2,
	RADSTR = 3,
	RADTXT = 4,
	RADDATE = 5};

Values

RADINT
32 bit Integer (in host byte order).
RADIP
IPv4 address (4 bytes in network byte order).
RADSTR
Sequence of bytes.
RADTXT
UNICODE string.
RADDATE
32 bit unsigned value (in host byte order) - UNIX time, seconds since 00:00:00 UTC, January 1, 1970.

See Also

RADIUS attributes


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.