summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-07-17 18:29:47 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-07-17 18:29:47 +0000
commit51bb8e3df5862b571d780ffe0322d7a6f35f3869 (patch)
treed9349efea041f2d40e8b1f65e84af95ec718d93d /logging.c
parentcc52045c8bc1c92762dc1197e59ccdb2a3b97920 (diff)
downloadsudo-51bb8e3df5862b571d780ffe0322d7a6f35f3869.tar.gz
GLOBAL_NO_AUTH_ENT -> GLOBAL_NO_SPW_ENT
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/logging.c b/logging.c
index 7c919b0f0..c4f1b13f6 100644
--- a/logging.c
+++ b/logging.c
@@ -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: