~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to src/tests/digest-auth-noalgo

  • 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
#  3.2
 
5
#
 
6
#  In the "users" file: 
 
7
#       bob             User-Password := "zanzibar"
 
8
#  Or   bob             Digest-HA1 := "12af60467a33e8518da5c68bbff12b11"
 
9
#
 
10
User-Name = "bob",
 
11
Digest-Response = "89eb0059246c02b2f6ee02c7961d5ea3",
 
12
Digest-Realm = "biloxi.com",
 
13
Digest-Nonce = "dcd98b7102dd2f0e8b11d0f600bfb0c093",
 
14
Digest-Method = "INVITE",
 
15
Digest-URI = "sip:bob@biloxi.com",
 
16
Digest-User-Name = "bob",
 
17
Digest-QOP = "auth",
 
18
Digest-Nonce-Count = "00000001",
 
19
Digest-CNonce = "0a4f113b",
 
20
 
 
21
 
 
22