pkgsrc/www/ap-auth-pam/MESSAGE
jlam 48323a144a Initial import of ap-auth-pam-1.0a as www/ap-auth-pam.
This is an authentication module for Apache that allows you to authenticate
HTTP clients using Pluggable Authentication Modules (PAM).
2002-03-06 19:33:38 +00:00

16 lines
588 B
Text

=============================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/03/06 19:33:38 jlam Exp $
In order to use mod_auth_pam in your Apache installation, you need to add
the following to your httpd.conf file:
LoadModule pam_auth_module lib/httpd/mod_auth_pam.so
AddModule mod_auth_pam.c
Please read the information in
${PREFIX}/share/doc/html/mod_auth_pam/configure.html
to learn how to properly enable PAM authentication support in your Apache
configuration.
=============================================================================