~ubuntu-branches/ubuntu/utopic/freeradius/utopic

« back to all changes in this revision

Viewing changes to src/tests/digest-md5-sess

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#  http://ftp6.us.freebsd.org/pub/rfc/internet-drafts/draft-smith-sipping-auth-examples-01.txt
 
3
#
 
4
#  ??
 
5
#
 
6
#
 
7
#  In the "users" file: bob     User-Password := "zanzibar"
 
8
#
 
9
User-name = "bob",
 
10
Digest-Response = "e4e4ea61d186d07a92c9e1f6919902e9",
 
11
Digest-Realm = "biloxi.com",
 
12
Digest-Nonce = "dcd98b7102dd2f0e8b11d0f600bfb0c093",
 
13
Digest-Method = "INVITE",
 
14
Digest-URI = "sip:bob@biloxi.com",
 
15
Digest-Algorithm = "MD5-sess",
 
16
Digest-User-Name = "bob",
 
17
Digest-QOP = "auth",
 
18
Digest-Nonce-Count  = "00000001",
 
19
Digest-CNonce = "0a4f113b"