From 3462e12191c78ef168a1e72b39affba0b511f493 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 29 Apr 2005 08:13:26 +0000 Subject: [PATCH] Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Set PAM_DEFAULT_PROMPT to "login: " as already done by all Linux distributors. --- CHANGELOG | 1 + libpam/pam_private.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0