[Devel] Digest and RADIUS

Daniel Corbe daniel.junkmail at gmail.com
Fri Mar 30 03:25:20 CEST 2007


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