Skip to content

Commit a7c88dc

Browse files
AMMOSGH-115: Added implementation for Kerberos and Keytab File based login methods for CAM support
1 parent 8004282 commit a7c88dc

File tree

4 files changed

+277
-86
lines changed

4 files changed

+277
-86
lines changed

include/crypto_error.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
#define CAM_CONFIG_NOT_SUPPORTED_ERROR 600
6161
#define CAM_INVALID_COOKIE_FILE_CONFIGURATION_NULL 601
6262
#define CAM_AUTHENTICATION_FAILURE_REDIRECT 602
63+
#define CAM_AUTHENTICATION_REQUIRED 603
64+
#define CAM_GET_SSO_TOKEN_FAILURE 604
65+
#define CAM_INVALID_CONFIGURATION_ACCESS_MANAGER_URI_NULL 605
66+
#define CAM_INVALID_CONFIGURATION_KEYTAB_FILE_PATH_NULL 606
67+
#define CAM_INVALID_CONFIGURATION_KEYTAB_FILE_USERNAME_NULL 607
68+
#define CAM_KEYTAB_FILE_KINIT_FAILURE 608
6369

6470
#define CRYPTO_LIB_SUCCESS (0)
6571
#define CRYPTO_LIB_ERROR (-1)

0 commit comments

Comments
 (0)