Sophie

Sophie

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

apache-mod_auth_sdb-0.12-14mdv2010.0.i586.rpm

<IfDefine HAVE_AUTH_SDB>
    <IfModule !mod_auth_sdb.c>
	LoadModule auth_sdb_module	extramodules/mod_auth_sdb.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_sdb.c>

#    <Directory /path/to/secret_area>

	# AuthName "SDB Auth"
	# AuthType basic
	# require valid-user

        # AuthSDBURL - set sdb url string
	# AuthSDBURL mysql:host=localhost:db=auth:uid=www:pwd=xxx

        # AuthSDBUserTable - set sdb user table
        # AuthSDBUserField - set sdb username field
        # AuthSDBPasswdField - set sdb passwd field
        # AuthSDBGroupTable - set sdb group table
        # AuthSDBGroupField - set sdb group field
        # AuthSDBGroupUserField - set sdb group user field
        # AuthSDBWhereClause - set sdb optional WHERE clause
        # AuthSDBPlainText - use plain text or crypted passwd
        # AuthSDBAuthoritative - AuthSDB is authoritative or not
#    </Directory>

</IfModule>