summaryrefslogtreecommitdiff
path: root/libpam
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-04-29 08:13:26 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-04-29 08:13:26 +0000
commit3462e12191c78ef168a1e72b39affba0b511f493 (patch)
treefc5e0b6864ebdea60aaac7dd4adfc6c2a7db50bf /libpam
parent5fd4e6dd66443119070b41c226809d263a6d0d23 (diff)
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- Set PAM_DEFAULT_PROMPT to "login: " as already done by all Linux distributors.
Diffstat (limited to 'libpam')
-rw-r--r--libpam/pam_private.h2
1 files changed, 1 insertions, 1 deletions
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