d268fa2aff
authenticate users by checking credentials via the Cyrus SASL library. This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or LDAP) already running at a machine use SASL to authenticate users. The module is also useful to authenticate users against databases that use shadow passwords. You do not need to elevate Apache HTTPD's access rights to superuser privileges.
9 lines
383 B
Text
9 lines
383 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/11/12 09:10:00 martti Exp $
|
|
|
|
In order to use this module in your Apache installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
LoadModule ${MODULE_NAME} lib/httpd/mod_authn_sasl.so
|
|
|
|
===========================================================================
|