X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fpam%2Fafs_message.c;h=da3c7081770f5bb98a9bf9e3cdda754092a2fd78;hp=381054e663973dbbf5fafdf911c63a98124023a4;hb=92dcbd617bd978259521755ddf5c847ccc5388b8;hpb=fb5bcd00fc6f1560d7d02115a0b5beaa3014a0e7 diff --git a/src/pam/afs_message.c b/src/pam/afs_message.c index 381054e..da3c708 100644 --- a/src/pam/afs_message.c +++ b/src/pam/afs_message.c @@ -36,7 +36,7 @@ static char *fallback_messages[] = { "AFS not available", /* 10: AFS_UNAVAIL */ "AFS error code 0x%x", /* 11: AFS_ERROR */ "AFS Authentication succeeded.\n", /* 12: LOGIN_OK */ - "AFS Authentication failed for user %s. %s\n", + "AFS Authentication failed for user %s %s\n", /* 13: LOGIN_FAILED */ "AFS PAM error, code=%d", /* 14: PAMERROR */ "AFS uid exceeds OS bounds.\n", /* 15: UID_OVERFLOW */ @@ -64,6 +64,17 @@ static char *fallback_messages[] = { "AFS ReInitializing creds for user %s\n", /* 31: REINITCRED */ "AFS Failed to set PASSWORD_EXPIRES for user %s\n", /* 32: PASSEXPFAIL */ + "", + /* 33: */ + "", + /* 34: */ + "AFS blindly trusting user %s\n", /* 35: TRUSTROOT */ + "New AFS Password: ", /* 36: NEW_PWD_PROMPT */ + "New AFS Password (again): ", /* 37: VERIFY_PWD_PROMPT */ + "Failed to change AFS password", /* 38: KRBPASS_FAIL */ + "Missing PAM flag: %s", /* 39: FLAGS */ + "ka error, code=%d", /* 40: KAERROR */ + "Passwords are not equal" /* 41: NE_PASSWORD */ }; static int num_fallbacks = sizeof(fallback_messages)/sizeof(char *);