summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--libpam/pam_private.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f55ff1bf..e6829073 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -69,6 +69,7 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
with expect scripts (t8m)
* pam_unix: nis option shouldn't clear the shadow option (t8m)
* cleanups and minor bugfixes by Steve Grubb (t8m)
+* pam_private.h: set PAM_DEFAULT_PROMPT to "login: " (kukuk)
0.79: Thu Mar 31 16:48:45 CEST 2005
* pam_tally: added audit option (toady)
diff --git a/libpam/pam_private.h b/libpam/pam_private.h
index 1fbd9812..b795f6f7 100644
--- a/libpam/pam_private.h
+++ b/libpam/pam_private.h
@@ -272,7 +272,7 @@ if ((pamh) == NULL) { \
/* Definition for the default username prompt used by pam_get_user() */
-#define PAM_DEFAULT_PROMPT "Please enter username: "
+#define PAM_DEFAULT_PROMPT "login: "
/*
* include some helpful macros