Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > aa6ddbb8e1cdb6c7a7346028727a3fb6 > files > 1

apache-mod_vhost_ldap-2.3.1-9mdv2010.0.i586.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>