Document krb5_ticket_get_endtime

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19543 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-28 20:48:50 +00:00
parent dce9cb1dd3
commit 78e28de132

View File

@@ -40,7 +40,8 @@
.Nm krb5_copy_ticket ,
.Nm krb5_ticket_get_authorization_data_type ,
.Nm krb5_ticket_get_client ,
.Nm krb5_ticket_get_server
.Nm krb5_ticket_get_server ,
.Nm krb5_ticket_get_endtime
.Nd Kerberos 5 ticket access and handling functions
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
@@ -79,6 +80,11 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "const krb5_ticket *ticket"
.Fa "krb5_principal *server"
.Fc
.Ft time_t
.Fo krb5_ticket_get_endtime
.Fa "krb5_context context"
.Fa "const krb5_ticket *ticket"
.Fc
.Sh DESCRIPTION
.Li krb5_ticket
holds a kerberos ticket.
@@ -124,5 +130,8 @@ and
returns a copy of the client/server principal from the ticket.
The principal returned should be free using
.Xr krb5_free_principal 3 .
.Pp
.Fn krb5_ticket_get_endtime
return the end time of the ticket.
.Sh SEE ALSO
.Xr krb5 3