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/
I found it .alone
My solution in http://www.voipuser.org/forum_topic_14088.html
Cordialement
BERGANZ François
http://www.acropolistelecom.net/ http://www.acropolistelecom.net
De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de BERGANZ François Envoyé : mercredi 17 septembre 2008 14:47 À : users@lists.kamailio.org Objet : [Kamailio-Users] digest authentication
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/