From owner-freebsd-questions Wed Mar 20 7:10:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 91FF737B404 for ; Wed, 20 Mar 2002 07:09:39 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Wed, 20 Mar 2002 15:06:31 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Mar 2002 15:06:31 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D041E9F71@MAIL1> From: Mike Dewhirst To: '???? ???????' Cc: "'questions@freebsd.org'" Subject: RE: can't add mod_auth_kerb into Apache Date: Wed, 20 Mar 2002 15:07:21 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1D020.EF73D040" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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" RE: can't add mod_auth_kerb into Apache

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-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message