diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-02-18 15:35:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-02-18 15:35:11 +0000 |
commit | 587f7853badb12c7df8ef07f670279ecdbe06f94 (patch) | |
tree | 8d9371d09f89fb67cfa89246eb32576fcf86635c /www/Makefile | |
parent | dadcceed227ffa04b496192d0fca421c42aac7a4 (diff) |
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.
WWW: http://mod-authn-sasl.sourceforge.net/
PR: ports/131750
Submitted by: Joerg Pulz <Joerg.Pulz at frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=228602
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a237e1533707..f3fba9ba51cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -408,6 +408,7 @@ SUBDIR += mod_auth_useragent SUBDIR += mod_auth_xradius SUBDIR += mod_authenticache + SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_external SUBDIR += mod_authz_unixgroup SUBDIR += mod_backhand |