]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-pam_chauthtok.patch
- enhanced openssh-chroot.patch with UseChroot configuration option
[packages/openssh.git] / openssh-pam_chauthtok.patch
CommitLineData
66cc1a54
JR
1--- openssh-3.7.1p1/auth-pam.c~ Tue Sep 16 08:00:52 2003
2+++ openssh-3.7.1p1/auth-pam.c Thu Sep 18 17:25:02 2003
3@@ -599,6 +599,8 @@
4 pam_chauthtok_conv(int n, const struct pam_message **msg,
5 struct pam_response **resp, void *data)
6 {
7+ return misc_conv(n, msg, resp, data);
8+#if 0
9 char input[PAM_MAX_MSG_SIZE];
10 int i;
11
12@@ -635,6 +637,7 @@
13 xfree(*resp);
14 *resp = NULL;
15 return (PAM_CONV_ERR);
16+#endif
17 }
18
19 /*
This page took 0.063079 seconds and 4 git commands to generate.