Skip to content
Snippets Groups Projects
Commit 8625b0aa authored by Benjamin Couturier's avatar Benjamin Couturier Committed by Steven Murray
Browse files

Added Csec errors

parent 60d80d2e
Branches
Tags
No related merge requests found
......@@ -424,7 +424,8 @@ char *sys_monerrlist[EMONMAXERR - EMONBASEOFF +2] =
*------------------------------------------------------------------------
*/
char *sys_secerrlist[ESECMAXERR-ESECBASEOFF+2] =
{"System error",
{"Error 0",
"System error",
"Bad credentials",
"Could not establish context",
"Bad magic number",
......@@ -432,6 +433,9 @@ char *sys_secerrlist[ESECMAXERR-ESECBASEOFF+2] =
"Could not map principal to username",
"Could not load security mechanism",
"Context not initialized",
"Security protocol not supported",
"Service name not set",
"Service type not set",
"BAD ERROR NUMBER"
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment