363N/Adnl modules enabled in this directory by default
363N/Adnl Authentication (authn), Access, and Authorization (authz)
363N/Adnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
363N/AAPACHE_MODPATH_INIT(aaa)
363N/Adnl Authentication modules; modules checking a username and password against a
363N/Adnl file, database, or other similar magic.
363N/AAPACHE_MODULE(authn_file, file-based authentication control, , , yes)
363N/AAPACHE_MODULE(authn_dbm, DBM-based authentication control, , , most)
363N/AAPACHE_MODULE(authn_anon, anonymous user authentication control, , , most)
363N/AAPACHE_MODULE(authn_dbd, SQL-based authentication control, , , most)
363N/AAPACHE_MODULE(authn_socache, Cached authentication control, , , most)
363N/Adnl General Authentication modules; module which implements the
363N/Adnl non-authn module specific directives.
363N/AAPACHE_MODULE(authn_core, core authentication module, , , yes)
7161N/Adnl Authorization modules: modules which verify a certain property such as
363N/Adnl membership of a group, value of the IP address against a list of pre
363N/Adnl configured directives (
e.g. require, allow) or against an external file
363N/AAPACHE_MODULE(authz_host, host-based authorization control, , , yes)
363N/AAPACHE_MODULE(authz_groupfile, 'require group' authorization control, , , yes)
363N/AAPACHE_MODULE(authz_user, 'require user' authorization control, , , yes)
363N/AAPACHE_MODULE(authz_dbm, DBM-based authorization control, , , most)
363N/AAPACHE_MODULE(authz_owner, 'require file-owner' authorization control, , , most)
363N/Adnl General Authorization modules; provider module which implements the
363N/Adnl non-authz module specific directives.
363N/AAPACHE_MODULE(authz_core, core authorization provider vector module, , , yes)
363N/Adnl LDAP authentication module. This module has both the authn and authz
363N/Adnl modules in one, so as to share the LDAP server config directives.
363N/AAPACHE_MODULE(authnz_ldap, LDAP based authentication, , , no, [
363N/A if test -z "$apu_config" ; then
363N/A MOD_AUTHNZ_LDAP_LDADD="`$apr_config --ldap-libs`"
363N/A MOD_AUTHNZ_LDAP_LDADD="`$apu_config --ldap-libs`"
363N/A AC_SUBST(MOD_AUTHNZ_LDAP_LDADD)
363N/Adnl - host access control compatibility modules. Implements Order, Allow,
363N/Adnl Deny, Satisfy for backward compatibility. These directives have been
363N/AAPACHE_MODULE(access_compat, mod_access compatibility, , , yes)
363N/Adnl these are the front-end authentication modules
363N/AAPACHE_MODULE(auth_basic, basic authentication, , , yes)
363N/AAPACHE_MODULE(auth_form, form authentication, , , yes)
363N/AAPACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
363N/A APR_CHECK_APR_DEFINE(APR_HAS_RANDOM)
363N/A if test $ac_cv_define_APR_HAS_RANDOM = "no"; then
363N/A echo "You need APR random support to use mod_auth_digest."
363N/A echo "Look at APR configure options --with-egd and --with-devrandom."
363N/A enable_auth_digest="no"
APACHE_MODULE(allowmethods, restrict allowed HTTP methods, , , yes)
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])