Bugzilla – Attachment 422 Details for
Bug 647
Setting "UsePAM no" in sshd_config gives error if not config'ed w/ --with-pam
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set options->use_pam to 0 if USE_PAM is not set
openssh-pam.patch (text/plain), 585 bytes, created by
Darren Tucker
on 2003-09-18 17:47:51 AEST
(
hide
)
Description:
Set options->use_pam to 0 if USE_PAM is not set
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-18 17:47:51 AEST
Size:
585 bytes
patch
obsolete
>Index: servconf.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/servconf.c,v >retrieving revision 1.114 >diff -u -p -r1.114 servconf.c >--- servconf.c 2 Sep 2003 12:58:22 -0000 1.114 >+++ servconf.c 18 Sep 2003 07:45:50 -0000 >@@ -110,7 +110,11 @@ fill_default_server_options(ServerOption > { > /* Portable-specific options */ > if (options->use_pam == -1) >+#ifdef USE_PAM > options->use_pam = 1; >+#else >+ options->use_pam = 0; >+#endif > > /* Standard Options */ > if (options->protocol == SSH_PROTO_UNKNOWN)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 647
: 422