[Devel] Re: Digest and RADIUS

Daniel Corbe daniel.junkmail at gmail.com
Fri Mar 30 04:53:01 CEST 2007


Never mind,

I just realized that I don't need to convert the digest attributes to
sane values.  Radius' digest module can do that for me.  All I need to
do is provide it with the correct Authorization information.

On 3/29/07, Daniel Corbe <daniel.junkmail at gmail.com> wrote:
> Hi,
>
> I'm trying to write a custom module for my radius server for
> authenticating REGISTER requests.  SER passes the Digest attirbutes to
> RADIUS.  My question is what can I do with these from there:
>
> Which of these contains the digest of the "username", "realm" and
> "password" and what type of digest is it?  (MD5 digest?)
>
>
>           'User-Name' => 'dcorbe at 192.168.1.109',
>           'Digest-Attributes' => [
>                                    '0x0a0864636f726265',
>                                    '0x010f3139322e3136382e312e313039',
>
> '0x022a34363063336237303338323033643332323763353432366365343730303036326435323135623563',
>                                    '0x04137369703a3139322e3136382e312e313039',
>                                    '0x030a5245474953544552'
>                                  ]
>



More information about the Devel mailing list