Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > ef8b7c123f692ce413d181f7f50c6f79 > files > 1

apache-mod_vhost_ldap-2.3.1-9mdv2010.0.x86_64.rpm

<IfDefine HAVE_VHOST_LDAP>
    <IfModule !mod_vhost_ldap.c>
	LoadModule vhost_ldap_module	extramodules/mod_vhost_ldap.so
    </IfModule>
</IfDefine>

<IfModule mod_vhost_ldap.c>

    # ModVhostEnable - Set on or off to disable mod_vhost
    ModVhostEnable Off

    # ModVhostServer - Set Server used for connection

    # ModVhostBinddn - Set User used for connection

    # ModVhostBindpw - Set Pass used for connection

    # ModVhostBasedn - Set Database used for connection

    # ModVhostFilter - Set Select used for connection

    # ModVhostDebug - Set Debug for module

    # ModVhostRootDir - Set RootPrefix for documentroot

    # ModVhostPositiveCache - Set PositiveCache file for module

    # ModVhostNegativeCache - Set NegativeCache file for module

    # ModVhostAlias - Set Alias directive for module

</IfModule>