Hello,
I need help to do digest authentication !
I have:
Route{
modparam("auth_db", "calculate_ha1", yes)
modparam("auth_db", "db_url",
"mysql://root:xxx@localhost/openser")
if (!proxy_authorize("realm.org", "subscriber")) {
proxy_challenge("realm.org", "1");
exit;
};
}
And, in my database :
username
domain
password
realm
Ha1
gaia
Realm.org
xxxxx
Where can be my problem ?
Cordialement
BERGANZ François
http://www.acropolistelecom.net <http://www.acropolistelecom.net/>