Comment describing on how to communicate the sasl int/conf mode.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17936 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-08-25 07:18:52 +00:00
parent 02aa31c195
commit 20f176bcfc

View File

@@ -22,8 +22,8 @@ DigestInitReply ::= SEQUENCE {
DigestRequest ::= SEQUENCE {
type UTF8String, -- http, sasl, chap, cram-md5 --
digest UTF8String, -- md5/md5-sess --
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,