GLOBAL_NO_AUTH_ENT -> GLOBAL_NO_SPW_ENT

This commit is contained in:
Todd C. Miller
1995-07-17 18:29:47 +00:00
parent db9e499072
commit 8a13a1ce61

View File

@@ -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: