AuthOrder

Name

AuthOrder -- Configure auth module checking order

Synopsis

AuthOrder [ module-name...]

Default

None

Context

server config, <VirtualHost>, <Global>

Module

mod_core

Compatibility

1.2.8rc1 and later

Description

The AuthOrder directive rebuilds the tables of modules' authentication functions, reordering the tables such that only the listed modules' authentication functions are used, in the order in which the modules are listed.

At least one module name must be given; there is no maximum number of modules that can be listed. The listed module names must the full name of the source file, e.g. "mod_auth_unix.c".

Examples

# If the user's information is not in LDAP, they're not a user to use # this server. AuthOrder mod_ldap.c

# Use SQL tables first, then LDAP, for authentication AuthOrder mod_sql.c mod_ldap.c

Рейтинг@Mail.ru