Document krb5_rd_req.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16035 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -142,7 +142,39 @@ returns a mutual authentication packet.
|
|||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm krb5_rd_req
|
.Nm krb5_rd_req
|
||||||
\&...
|
read the AP_REQ in
|
||||||
|
.Fa inbuf
|
||||||
|
and verify and extract the content .
|
||||||
|
If
|
||||||
|
.Fa server
|
||||||
|
is specified, that server will be fetched from the
|
||||||
|
.Fa keytab
|
||||||
|
and used unconditionally.
|
||||||
|
If
|
||||||
|
.Fa server
|
||||||
|
is
|
||||||
|
.Dv NULL ,
|
||||||
|
the
|
||||||
|
.Fa keytab
|
||||||
|
will be search for a matching principal.
|
||||||
|
.Pp
|
||||||
|
The
|
||||||
|
.Fa keytab
|
||||||
|
argument specifies what keytab to search for receiving principals.
|
||||||
|
The arguments
|
||||||
|
.Fa ap_req_options
|
||||||
|
and
|
||||||
|
.Fa ticket
|
||||||
|
returns the content.
|
||||||
|
.Pp
|
||||||
|
When the AS-REQ is a user to user request, neither of
|
||||||
|
.Fa keytab
|
||||||
|
or
|
||||||
|
.Fa principal
|
||||||
|
are used, instead
|
||||||
|
.Fn krb5_rd_req
|
||||||
|
expects the session key to be set in
|
||||||
|
.Fa auth_context .
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm krb5_build_ap_req
|
.Nm krb5_build_ap_req
|
||||||
|
Reference in New Issue
Block a user