ClearBox Server™ v1.2 Developer's Guide

AVPAIR

TACACS+ attribute-value pair used in authorization and accounting. See full List of TACACS+ Attribute-Value Pairs.

struct AVPAIR {
	BSTR attribute;
	BSTR value;
	MANDATORYTYPE mandType;
	ACCESSTYPE access;
};

Members

attribute
Attribute name. Must be allocated by SysAllocString* functions.
value
Attribute value. Is NULL if no value is supplied. Must be allocated by SysAllocString* functions.
mandType
Attribute type (used in authorization only).
access
Attribute access type (used in authorization only).

See Also

TACACS+ authorization packet processing, TACACS+ accounting packet processing


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

Created by chm2web html help conversion utility.