Date: Wed, 20 Mar 2002 15:07:21 -0000 From: Mike Dewhirst <Dewhirst.M@UCLES.org.uk> To: '???? ???????' <ilia@chel.skbkontur.ru> Cc: "'questions@freebsd.org'" <questions@freebsd.org> Subject: RE: can't add mod_auth_kerb into Apache Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F71@MAIL1>
next in thread | raw e-mail | index | archive | help
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1D020.EF73D040 Content-Type: text/plain; charset="koi8-r" Remove the comments from the module load commands. Change these lines: [snip] #LoadModule auth_pam_module libexec/apache/mod_auth_pam.so #LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so [snip] #AddModule mod_auth_pam.c #AddModule mod_auth_kerb.c [snip] to this: [snip] LoadModule auth_pam_module libexec/apache/mod_auth_pam.so LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so [snip] AddModule mod_auth_pam.c AddModule mod_auth_kerb.c [snip] Should work then. Hope this helps, Mike Dewhirst This message was written in plain text mode. Everything below the dotted line was not written by the author of this email. ---------------------- =*********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. ***********************************************************= ------_=_NextPart_001_01C1D020.EF73D040 Content-Type: text/html; charset="koi8-r" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12"> <TITLE>RE: can't add mod_auth_kerb into Apache</TITLE> </HEAD> <BODY> <P><FONT SIZE=2>Remove the comments from the module load commands. </FONT> </P> <P><FONT SIZE=2>Change these lines:</FONT> </P> <P><FONT SIZE=2>[snip]</FONT> <BR><FONT SIZE=2>#LoadModule auth_pam_module libexec/apache/mod_auth_pam.so</FONT> <BR><FONT SIZE=2>#LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so</FONT> <BR><FONT SIZE=2>[snip]</FONT> <BR><FONT SIZE=2>#AddModule mod_auth_pam.c</FONT> <BR><FONT SIZE=2>#AddModule mod_auth_kerb.c</FONT> <BR><FONT SIZE=2>[snip]</FONT> </P> <P><FONT SIZE=2>to this:</FONT> </P> <P><FONT SIZE=2>[snip]</FONT> <BR><FONT SIZE=2>LoadModule auth_pam_module libexec/apache/mod_auth_pam.so</FONT> <BR><FONT SIZE=2>LoadModule auth_kerb_module libexec/apache/mod_auth_kerb.so</FONT> <BR><FONT SIZE=2>[snip]</FONT> <BR><FONT SIZE=2>AddModule mod_auth_pam.c</FONT> <BR><FONT SIZE=2>AddModule mod_auth_kerb.c</FONT> <BR><FONT SIZE=2>[snip]</FONT> </P> <P><FONT SIZE=2>Should work then.</FONT> </P> <P><FONT SIZE=2>Hope this helps,</FONT> </P> <P><FONT SIZE=2>Mike Dewhirst</FONT> </P> <BR> <P><FONT SIZE=2>This message was written in plain text mode. </FONT> <BR><FONT SIZE=2>Everything below the dotted line was not </FONT> <BR><FONT SIZE=2>written by the author of this email. </FONT> <BR><FONT SIZE=2>---------------------- </FONT> </P> <CODE><FONT SIZE=3><BR> <BR> =***********************************************************<BR> <BR> If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.<BR> <BR> If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.<BR> <BR> Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.<BR> <BR> This footnote also confirms that this email message has been swept by<BR> MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.<BR> <BR> ***********************************************************=<BR> </FONT></CODE> </BODY> </HTML> ------_=_NextPart_001_01C1D020.EF73D040-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0B0368CED76DD4118E1200D0B73E9B5D041E9F71>