Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Note Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS.
Syntax
typedef enum _RADIUS_REJECT_REASON_CODE {
rrrcUndefined = 0,
rrrcAccountUnknown = 1,
rrrcAccountDisabled = 2,
rrrcAccountExpired = 3,
rrrcAuthenticationFailure = 4
} RADIUS_REJECT_REASON_CODE;
Constants
rrrcUndefinedValue: 0 Reason code undefined. |
rrrcAccountUnknownValue: 1 The authentication attempt is using a user name that does not correspond to any known account. |
rrrcAccountDisabledValue: 2 The authentication attempt is using a user name that corresponds to an account that has been disabled by an administrator. |
rrrcAccountExpiredValue: 3 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. |
rrrcAuthenticationFailureValue: 4 The authentication process has failed; possibly due to incorrect credentials. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | authif.h |