mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
8 lines
465 B
Plaintext
8 lines
465 B
Plaintext
This module provides the mod_auth_basic authentication front-end a way to
|
|
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.
|