summaryrefslogtreecommitdiff
path: root/ssh.h
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 /ssh.h
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 'ssh.h')
-rw-r--r--ssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 3ca92549d..0ee62868f 100644
--- a/ssh.h
+++ b/ssh.h
@@ -61,7 +61,7 @@
61#define SSH_SERVICE_NAME "ssh" 61#define SSH_SERVICE_NAME "ssh"
62 62
63#if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE) 63#if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE)
64# define SSHD_PAM_SERVICE "sshd" 64# define SSHD_PAM_SERVICE __progname
65#endif 65#endif
66 66
67/* 67/*