ClearBox Server™ v1.2 Developer's Guide

ACCESSTYPE

Type of attribute-value pair supplied to server by extension.

enum ACCESSTYPE {
	A_DENY = 0,
	A_PERMIT = 1,
	A_IGNORE = 2};

Values

A_DENY
Tells server not to authorize user if such pair is found.
A_PERMIT
Tells server to authorize user if such pair is found.
A_IGNORE
Reserved for future use.

See Also

AVPAIR, TACACS+ Authorization Packet Processing


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

Created by chm2web html help conversion utility.