diff options
author | jlam <jlam@pkgsrc.org> | 2002-03-06 19:33:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-03-06 19:33:38 +0000 |
commit | 48323a144ac00ec5d6e9448063af06cb8c0aa88d (patch) | |
tree | 55a3263b424a986e42a9ede4f4fed45e658312b9 /www/ap-auth-pam/MESSAGE | |
parent | 65fecffe314f8f42ab100d39888c7670132299d8 (diff) | |
download | pkgsrc-48323a144ac00ec5d6e9448063af06cb8c0aa88d.tar.gz |
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).
Diffstat (limited to 'www/ap-auth-pam/MESSAGE')
-rw-r--r-- | www/ap-auth-pam/MESSAGE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/ap-auth-pam/MESSAGE b/www/ap-auth-pam/MESSAGE new file mode 100644 index 00000000000..89962c7fa6f --- /dev/null +++ b/www/ap-auth-pam/MESSAGE @@ -0,0 +1,16 @@ +============================================================================= +$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. +============================================================================= |