summaryrefslogtreecommitdiffstats
path: root/auth-pam.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-04-20 17:43:47 +0000
committerKevin Steves <stevesk@pobox.com>2001-04-20 17:43:47 +0000
commit85ecbe767e6cdcf04ac2d1784e54212533d88ae9 (patch)
tree603ed800892384e602b895ebf7478365c3d157d5 /auth-pam.c
parentc3d007155288d141f749faacbd06ba4fe30c1e5e (diff)
- (stevesk) set the default PAM service name to __progname instead
of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c
index d8eefdfd..8113a2fc 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -33,7 +33,9 @@
#include "canohost.h"
#include "readpass.h"
-RCSID("$Id: auth-pam.c,v 1.34 2001/03/27 06:12:24 djm Exp $");
+extern char *__progname;
+
+RCSID("$Id: auth-pam.c,v 1.35 2001/04/20 17:43:47 stevesk Exp $");
#define NEW_AUTHTOK_MSG \
"Warning: Your password has expired, please change it now"