diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-04-20 17:43:47 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-04-20 17:43:47 +0000 |
commit | 85ecbe767e6cdcf04ac2d1784e54212533d88ae9 (patch) | |
tree | 603ed800892384e602b895ebf7478365c3d157d5 /ssh.h | |
parent | c3d007155288d141f749faacbd06ba4fe30c1e5e (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | /* |