LDAPDoGIDLookups [ on off ] [ "uid-base-prefix" ] [ "search-filter-template" ]
Default
LDAPDoGIDLookups off
Context
server config, <VirtualHost>, <Global>
Module
mod_ldap
Compatibility
mod_ldap v2.0 and later
This configuration directive activates LDAP GID-to-name lookups in directory listings. The second argument to this directive is the LDAP prefix to use for GID-to-name lookups. The third argument is a template to be used for the search filter; %v will be replaced with the GID that is being looked up. By default, the search filter template "(&(gidNumber=%v)(objectclass=posixGroup))" is used. Search filter templates are only supported in mod_ldap v2.7 and later.