Back To MAN Pages From BackTrack 5 R1 Master List
#---
test Auth-Type := Digest, User-Password = "test"
Reply-Message = "Hello, test with digest"
#---
Once the server has been started (debugging mode is recommended), use 'radclient to send the following packet to the server:
$ radclient -f digest localhost auth testing123
Where 'digest' is a file containing:
User-Name = "test",
Digest-Response = "631d6d73147add2f9e437f59bbc3aeb7",
Digest-Realm = "testrealm",
Digest-Nonce = "1234abcd",
Digest-Method = "INVITE",
Digest-URI = "sip:5555551212@example.com",
Digest-Algorithm = "MD5",
Digest-User-Name = "test",
Message-Authenticator = ""
You should see the authentication succeed.
If you would like to republish one of the articles from this site on your webpage or print journal please contact IronGeek.
Copyright 2020, IronGeek