LDAPDoQuotaLookups

Name

LDAPDoQuotaLookups -- Enable LDAP quota limit support

Synopsis

LDAPDoQuotaLookups [ on off ] [ "auth-base-dn" ] [ "search-filter-template" ]

Default

LDAPDoQuotaLookups off

Context

server config, <VirtualHost>, <Global>

Module

mod_ldap

Compatibility

mod_ldap v2.8.11 and later

Description

This configuration directive activates LDAP quota lookups. The second argument to this directive is the LDAP base DN to use for quota limit search. The third argument is a template to be used for the search filter; %v will be replaced with the username that is being authenticated. By default, the search filter template "(&(uid=%v)(objectclass=posixAccount))" is used. Search filter templates are only supported in mod_ldap v2.7 and later.

See also

Examples