Added a new status code and changed the PWDAuthenticate module facility

code to be different then the code used by the Krb5Authenticate
module.
This commit is contained in:
Juan Carlos Luciani 2006-12-05 12:03:54 +00:00
parent 42e3203ab5
commit 9d4144006b

View File

@ -89,7 +89,7 @@ typedef uint32_t CasaStatus;
#define CASA_FACILITY_AUTHTOKEN 0x7FF #define CASA_FACILITY_AUTHTOKEN 0x7FF
#define CASA_FACILITY_KRB5TOKEN 0x7FE #define CASA_FACILITY_KRB5TOKEN 0x7FE
#define CASA_FACILITY_PWTOKEN 0x7FE #define CASA_FACILITY_PWTOKEN 0x7FD
// //
// Codes above FACILITY_SPECIFIC are component specific status codes. // Codes above FACILITY_SPECIFIC are component specific status codes.
@ -137,6 +137,7 @@ typedef uint32_t CasaStatus;
#define CASA_STATUS_SERVER_ERROR ((CasaStatus)0x00000020) #define CASA_STATUS_SERVER_ERROR ((CasaStatus)0x00000020)
#define CASA_STATUS_NO_CREDENTIALS ((CasaStatus)0x00000021) #define CASA_STATUS_NO_CREDENTIALS ((CasaStatus)0x00000021)
#define CASA_STATUS_NOT_CONFIGURED ((CasaStatus)0x00000022) #define CASA_STATUS_NOT_CONFIGURED ((CasaStatus)0x00000022)
#define CASA_STATUS_INVALID_SERVER_CERTIFICATE ((CasaStatus)0x00000023)
//===[ Macro definitions ]============================== //===[ Macro definitions ]==============================