Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > d3880e66c0637845359418981b105ee0 > files > 1

apache-mod_authn_dbd-2.2.22-0.1mdv2010.2.i586.rpm

<IfDefine HAVE_AUTHN_DBD>
    <IfModule !mod_authn_dbd.c>
	LoadModule authn_dbd_module	modules/mod_authn_dbd.so
    </IfModule>
</IfDefine>

<IfModule mod_authn_dbd.c>

    # AuthDBDUserPWQuery - Query used to fetch password for user
    #AuthDBDUserPWQuery "SELECT password FROM authn WHERE username = %s"

    # AuthDBDUserRealmQuery - Query used to fetch password for user+realm
    #AuthDBDUserRealmQuery "SELECT password FROM authn WHERE username = %s AND realm = %s"
    
</IfModule>