48323a144a
This is an authentication module for Apache that allows you to authenticate HTTP clients using Pluggable Authentication Modules (PAM).
16 lines
588 B
Text
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.
|
|
=============================================================================
|