document krb5_ticket_get_authorization_data_type

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13585 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-21 01:24:01 +00:00
parent 653fc2e0a9
commit 989a51f91a

View File

@@ -38,6 +38,7 @@
.Nm krb5_ticket ,
.Nm krb5_free_ticket ,
.Nm krb5_copy_ticket ,
.Nm krb5_ticket_get_authorization_data_type ,
.Nm krb5_ticket_get_client ,
.Nm krb5_ticket_get_server
.Nd kerberos 5 ticket access and handling functions.
@@ -60,6 +61,13 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_ticket **to"
.Fc
.Ft krb5_error_code
.Fo krb5_ticket_get_authorization_data_type
.Fa "krb5_context context"
.Fa "krb5_ticket *ticket"
.Fa "int type"
.Fa "krb5_data *data"
.Fc
.Ft krb5_error_code
.Fo krb5_ticket_get_client
.Fa "krb5_context context"
.Fa "const krb5_ticket *ticket"
@@ -96,6 +104,16 @@ The result
should be freed with
.Fn krb5_free_ticket .
.Pp
.Fn krb5_ticket_get_authorization_data_type
fetches the authorization data of the type
.Fa type
from the
.Fa ticket .
If there isn't any authorization data of type
.Fa type ,
.Dv ENOENT
is returned.
.Pp
.Fn krb5_ticket_get_client
and
.Fn krb5_ticket_get_server