summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index ce834e8db..103ca3fbc 100644
--- a/sshd.c
+++ b/sshd.c
@@ -18,7 +18,7 @@ agent connections.
18*/ 18*/
19 19
20#include "includes.h" 20#include "includes.h"
21RCSID("$Id: sshd.c,v 1.4 1999/10/28 04:03:14 damien Exp $"); 21RCSID("$Id: sshd.c,v 1.5 1999/10/28 23:18:29 damien Exp $");
22 22
23#include "xmalloc.h" 23#include "xmalloc.h"
24#include "rsa.h" 24#include "rsa.h"
@@ -1136,7 +1136,7 @@ do_authentication(char *user, int privileged_port)
1136 pw = &pwcopy; 1136 pw = &pwcopy;
1137 1137
1138#ifdef HAVE_LIBPAM 1138#ifdef HAVE_LIBPAM
1139 if (PAM_SUCCESS != pam_start("opensshd", pw->pw_name, &conv, (pam_handle_t**)&pamh)) 1139 if (PAM_SUCCESS != pam_start("sshd", pw->pw_name, &conv, (pam_handle_t**)&pamh))
1140 { 1140 {
1141 packet_start(SSH_SMSG_FAILURE); 1141 packet_start(SSH_SMSG_FAILURE);
1142 packet_send(); 1142 packet_send();