ClearBox Server™ v1.2 Developer's Guide

USERADDRESS

Used to describe user connected to the NAS.

struct USERADDRESS {
	long NASaddress;
	BSTR userName;
	BSTR port;
	VARIANT_BOOL validInfo;
};

Members

NASaddress
IP address of NAS to which user is connected (in network byte order).
userName
User name.
port
NAS Port user is connected to.
validInfo
Specifies whether the content of this structure is valid.

See Also

RADIUS packet forwarding, TACACS+ realm stripping and forwarding process


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

Created by chm2web html help conversion utility.