ClearBox Server™ v1.2 Developer's Guide

AUTHENRESULT

Describes the result of authentication stage.

enum AUTHENRESULT {
	AR_OK = 0,
	AR_NOUSER = 1,
	AR_NOPWD = 2,
	AR_WRONGPWD = 3,
	AR_EXTNDRREJ = 4};

Values

AR_OK
User is authenticated successfully.
AR_NOUSER
Such user does not exist.
AR_NOPWD
No clear text password is available to extension to authenticate user.
AR_WRONGPWD
Wrong user's password.
AR_EXTNDRREJ
User is rejected by server extension.

See Also

Common authentication process


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

Created by chm2web html help conversion utility.