Add elements to send in requestResponse to KDC and get status of the request.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20116 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-01 20:19:17 +00:00
parent 13c8463463
commit 419ea1d9a9

View File

@@ -25,6 +25,7 @@ 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
responseData UTF8String, -- client response
authid [0] UTF8String OPTIONAL,
authentication-user [1] Principal OPTIONAL, -- principal to get key from
realm [2] UTF8String OPTIONAL,
@@ -48,7 +49,7 @@ DigestError ::= SEQUENCE {
}
DigestResponse ::= SEQUENCE {
responseData UTF8String,
success BOOLEAN,
rsp [0] UTF8String OPTIONAL,
tickets [1] SEQUENCE OF OCTET STRING OPTIONAL,
channel [2] SEQUENCE {