diff options
Diffstat (limited to 'logging.c')
-rw-r--r-- | logging.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -614,9 +614,9 @@ void inform_user(code) "Intruder Alert! You don't exist in the passwd file\n\n"); break; - case GLOBAL_NO_AUTH_ENT: + case GLOBAL_NO_SPW_ENT: (void) fprintf(stderr, - "Intruder Alert! You don\'t exist in the auth database\n\n"); + "Intruder Alert! You don't exist in the shadow passwd file\n\n"); break; case GLOBAL_NO_HOSTNAME: |