Add a Message-Authenticator to the sample, so that a bad secret will cause
authorphampson <phampson>
Sat, 4 Sep 2004 07:07:07 +0000 (07:07 +0000)
committerphampson <phampson>
Sat, 4 Sep 2004 07:07:07 +0000 (07:07 +0000)
rejection, not acceptance.

doc/rlm_digest

index 56c51d6..f605bd3 100644 (file)
@@ -36,7 +36,7 @@ test  Auth-Type := Digest, User-Password = "test"
 
   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"
+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.