This is a discussion on Re: Digest authentication within the FreeRADIUS Users forums, part of the Networking and Network Related category; According to RFC 2617 Section 3.2.1: "... algorithm = "algorithm" "=" ( "MD5" | "MD5-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
According to RFC 2617 Section 3.2.1:
"... algorithm = "algorithm" "=" ( "MD5" | "MD5-sess" | token ) qop-options = "qop" "=" <"> 1#qop-value <"> qop-value = "auth" | "auth-int" | token ...." Therefore, rlm_digest.c checks for the right values. The client seems to confuse algoritm with qop. Regards, Burak On Apr 4, 2005 9:53 AM, Igor Popov <igorpopov@newmail.ru> wrote: > Hi, > I have tried to use freeradius 1.0.2 to authenticate sip clients that connect > to voip gateway. Sip client software can do just digest authentication, but > freeradius says: ERROR: Unknown Digest-QOP "MD5": Cannot perform Digest > authentication. In rlm_digest.c Digest-QOP is checked to be either "auth-int" > or "auth". I have not read rfc yet and don't know what is right and ask - > where is problem? > -- > If you think the problem is bad now, just wait until we've solved it. > -- Arthur Kasspe > > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |