ClearBox Server™ v1.2 Developer's Guide

USERINFOLITE

Provides minimum possible amount of information about a user.

IMPORTANT NOTE. Unregistered trial version of ClearBox Server limits the size of userName field to 4 characters maximum. To remove this limitation, register your copy of ClearBox Server.

struct USERINFOLITE {
	BSTR userName;
	BSTR realmName;
	long clientIPAddress;
	long nasIPAddress;
};

Members

userName
Username.
realmName
User's realm.
clientIPAddress
IP address of the client that sent the request packet (in network byte order).
nasIPAddress
IP address of NAS to which user is connected (in network byte order). It has valid value if NAS-IP-Address attribute is available, 0 otherwise.


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

Created by chm2web html help conversion utility.