shishi_tkt_pre_authent_p(3) API function

SYNOPSIS

#include <shishi.h>

int shishi_tkt_pre_authent_p(Shishi_tkt * tkt);

ARGUMENTS

Shishi_tkt * tkt
input variable with ticket info.

DESCRIPTION

Determine if ticket was pre-authenticated.

The PRE-AUTHENT and HW-AUTHENT flags provide additional information about the initial authentication, regardless of whether the current ticket was issued directly (in which case INITIAL will also be set) or issued on the basis of a ticket-granting ticket (in which case the INITIAL flag is clear, but the PRE-AUTHENT and HW-AUTHENT flags are carried forward from the ticket-granting ticket).

RETURN VALUE

Returns non-0 iff pre-authent flag is set in ticket.

REPORTING BUGS

Report bugs to <[email protected]>.

COPYRIGHT

Copyright © 2002-2010 Simon Josefsson.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.