Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |