RADIUS_REJECT_REASON_CODE Enumeration
The RADIUS_REJECT_REASON_CODE enumeration defines the possible RADIUS packet reject codes.
typedef enum _RADIUS_REJECT_REASON_CODE
{
rrrcUndefined = 0,
rrrcAccountUnknown = 1,
rrrcAccountDisabled = 2,
rrrcAccountExpired = 3,
rrrcAuthenticationFailure = 4
}RADIUS_REJECT_REASON_CODE;
Constants
rrrcUndefined
Reason code undefined.rrrcAccountUnknown
The authentication attempt is using a user name that does not correspond to any known account.rrrcAccountDisabled
The authentication attempt is using a user name that corresponds to an account that has been disabled by an administrator.rrrcAccountExpired
The authentication attempt is using a user name that corresponds to an account that has expired, either by exceeding its natural expiration lifetime or by administrative action.rrrcAuthenticationFailure
The authentication process has failed; possibly due to incorrect credentials.
Requirements
Server |
Requires Windows Server 2008. |
Header |
Declared in AuthIf.h. |
See Also
About Internet Authentication Service
Internet Authentication Service Reference
Internet Authentication Service Enumerations
Send comments about this topic to Microsoft
Build date: 10/1/2007