I guess what I am not understanding is the authorize statement.
# Uncomment this if you want to use digest authentication # if (!www_authorize("something.net", "subscriber")) { # www_challenge("something.net", "0"); # break; # };
Where is the domain coming from? The ata's are going to be on different networks. Is there any good place for info for newbies here?
AJ Grinnell Network Operations Technician CRT/ Arialink Broadband 1223 Turner Street, Suite A Lansing, MI 48906 517.346.5041 517.492.1321 direct
The domain (first parameter of www_authorize() ) is called realm it is used to challenge the UAs and compute the credentials for authentication -- it can be a simple plain string, at your wish (see RFC2617). There are some UAs that accept only the domain they are going to register with as realm (afaik, M$/Win Messenger).
Daniel
On 6/15/2004 5:24 PM, AJ Grinnell wrote:
I guess what I am not understanding is the authorize statement.
# Uncomment this if you want to use digest authentication # if (!www_authorize("something.net", "subscriber")) { # www_challenge("something.net", "0"); # break; # };
Where is the domain coming from? The ata's are going to be on different networks. Is there any good place for info for newbies here?
AJ Grinnell Network Operations Technician CRT/ Arialink Broadband 1223 Turner Street, Suite A Lansing, MI 48906 517.346.5041 517.492.1321 direct
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
And if you leave the string empty then it will be exctracted from SIP messages (From domain of REGISTER and To domain of all other messages).
Jan.
On 15-06 17:34, Daniel-Constantin Mierla wrote:
The domain (first parameter of www_authorize() ) is called realm it is used to challenge the UAs and compute the credentials for authentication -- it can be a simple plain string, at your wish (see RFC2617). There are some UAs that accept only the domain they are going to register with as realm (afaik, M$/Win Messenger).
Daniel
On 6/15/2004 5:24 PM, AJ Grinnell wrote:
I guess what I am not understanding is the authorize statement.
# Uncomment this if you want to use digest authentication # if (!www_authorize("something.net", "subscriber")) { # www_challenge("something.net", "0"); # break; # };
Where is the domain coming from? The ata's are going to be on different networks. Is there any good place for info for newbies here?
AJ Grinnell Network Operations Technician CRT/ Arialink Broadband 1223 Turner Street, Suite A Lansing, MI 48906 517.346.5041 517.492.1321 direct
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers