(DigestRequest): add authid

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17942 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-08-25 11:57:54 +00:00
parent 697f1cfa22
commit 54a4bb49ad

View File

@@ -25,16 +25,17 @@ DigestRequest ::= SEQUENCE {
type UTF8String, -- http, sasl-md5, chap, cram-md5 --
digest UTF8String, -- http:md5/md5-sess sasl:clear/int/conf --
username UTF8String, -- username user used
authentication-user [0] Principal OPTIONAL, -- principal to get key from
realm [1] UTF8String OPTIONAL,
method [2] UTF8String OPTIONAL,
uri [3] UTF8String OPTIONAL,
authid [0] UTF8String OPTIONAL,
authentication-user [1] Principal OPTIONAL, -- principal to get key from
realm [2] UTF8String OPTIONAL,
method [3] UTF8String OPTIONAL,
uri [4] UTF8String OPTIONAL,
serverNonce UTF8String, -- same as "DigestInitReply.nonce"
clientNonce [4] UTF8String OPTIONAL,
nonceCount [5] UTF8String OPTIONAL,
qop [6] UTF8String OPTIONAL,
identifier [7] UTF8String OPTIONAL,
hostname [8] UTF8String OPTIONAL,
clientNonce [5] UTF8String OPTIONAL,
nonceCount [6] UTF8String OPTIONAL,
qop [7] UTF8String OPTIONAL,
identifier [8] UTF8String OPTIONAL,
hostname [9] UTF8String OPTIONAL,
opaque UTF8String -- same as "DigestInitReply.opaque"
}
-- opaque = hex(cksum(type|serverNonce|identifier|hostname,digest-key))