summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.c b/auth-pam.c
index 0132e47bd..d97d981c4 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -35,7 +35,7 @@
35 35
36extern char *__progname; 36extern char *__progname;
37 37
38RCSID("$Id: auth-pam.c,v 1.41 2001/11/09 20:22:17 stevesk Exp $"); 38RCSID("$Id: auth-pam.c,v 1.42 2002/02/05 01:40:47 djm Exp $");
39 39
40#define NEW_AUTHTOK_MSG \ 40#define NEW_AUTHTOK_MSG \
41 "Warning: Your password has expired, please change it now" 41 "Warning: Your password has expired, please change it now"
@@ -360,7 +360,7 @@ void start_pam(const char *user)
360 fatal("PAM initialisation failed[%d]: %.200s", 360 fatal("PAM initialisation failed[%d]: %.200s",
361 pam_retval, PAM_STRERROR(__pamh, pam_retval)); 361 pam_retval, PAM_STRERROR(__pamh, pam_retval));
362 362
363 rhost = get_remote_name_or_ip(utmp_len, options.reverse_mapping_check); 363 rhost = get_remote_name_or_ip(utmp_len, options.verify_reverse_mapping);
364 debug("PAM setting rhost to \"%.200s\"", rhost); 364 debug("PAM setting rhost to \"%.200s\"", rhost);
365 365
366 pam_retval = pam_set_item(__pamh, PAM_RHOST, rhost); 366 pam_retval = pam_set_item(__pamh, PAM_RHOST, rhost);