Hi team, I am using freeradius for sip register authentication through digest::md5 using perl. I want to use salted algorithm for sip register authentication. Can you share some pointers that can guide about the supported methods for the solution? Regards Abdul Basit
On Feb 22, 2017, at 2:03 PM, Abdul Basit <basit.engg@gmail.com> wrote:
I am using freeradius for sip register authentication through digest::md5 using perl.
The server already supports MD5 hashed passwords.
I want to use salted algorithm for sip register authentication.
That might work, if SIP provides a clear-text password to FreeRADIUS.
Can you share some pointers that can guide about the supported methods for the solution?
There are no guides which solve your exact problem. You need to look at what's in the RADIUS packets, and read: http://deployingradius.com/documents/protocols/compatibility.html If the RADIUS packets and passwords in your DB are compatible, you can get it to work. If not, it's impossible. Alan DeKok.
participants (2)
-
Abdul Basit -
Alan DeKok