git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11978 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-06 16:57:49 +00:00
parent 9a56fa3f8d
commit 4e86114174
2 changed files with 16 additions and 18 deletions

View File

@@ -358,13 +358,13 @@ GSS-API library (libgssapi, -lgssapi)
.Fa "OM_uint32 * max_input_size"
.Fc
.Sh DESCRIPTION
.Nm GSS-API
uses standardized C API for
.Nm GSS-API
described in
.Li RFC1509
Generic Security Service API (GSS-API) version 2, and its C binding,
is described in
.Li RFC2743
and
.Li RFC2744 .
Version 1 (deprecated) of the C binding is described in
.Li RFC1509 .
.Pp
Heimdals GSS-API implementation supports the following mechanisms
.Bl -bullet
@@ -372,7 +372,8 @@ Heimdals GSS-API implementation supports the following mechanisms
.Li GSS_KRB5_MECHANISM
.El
.Pp
GSS-API have some generic name types
GSS-API have generic name types that all mechanism are supposed to
implement (if possible)
.Bl -bullet
.It
.Li GSS_C_NT_USER_NAME
@@ -430,9 +431,7 @@ They are provided so that version 1 applications can link against the
library.
.Pp
.Fn gss_krb5_copy_ccache
is an extension to the
.Nm GSS-API
API.
is an extension to the GSS-API API.
The function will extract the krb5 credential that are transfered from
the initiator to the acceptor when using token delegation in the
Kerberos mechanism.

View File

@@ -358,13 +358,13 @@ GSS-API library (libgssapi, -lgssapi)
.Fa "OM_uint32 * max_input_size"
.Fc
.Sh DESCRIPTION
.Nm GSS-API
uses standardized C API for
.Nm GSS-API
described in
.Li RFC1509
Generic Security Service API (GSS-API) version 2, and its C binding,
is described in
.Li RFC2743
and
.Li RFC2744 .
Version 1 (deprecated) of the C binding is described in
.Li RFC1509 .
.Pp
Heimdals GSS-API implementation supports the following mechanisms
.Bl -bullet
@@ -372,7 +372,8 @@ Heimdals GSS-API implementation supports the following mechanisms
.Li GSS_KRB5_MECHANISM
.El
.Pp
GSS-API have some generic name types
GSS-API have generic name types that all mechanism are supposed to
implement (if possible)
.Bl -bullet
.It
.Li GSS_C_NT_USER_NAME
@@ -430,9 +431,7 @@ They are provided so that version 1 applications can link against the
library.
.Pp
.Fn gss_krb5_copy_ccache
is an extension to the
.Nm GSS-API
API.
is an extension to the GSS-API API.
The function will extract the krb5 credential that are transfered from
the initiator to the acceptor when using token delegation in the
Kerberos mechanism.