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

View File

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