logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

shishi_tkt_may_postdate_p - API function

Arguments

       Shishi_tkt * tkt
                   input variable with ticket info.

Description

       Determine if ticket may be used to grant postdated tickets.

       The  MAY-POSTDATE flag in a ticket is normally only interpreted by the ticket-granting service. It can be
       ignored by application servers.  This flag MUST be set in a ticket-granting ticket in order  to  issue  a
       postdated  ticket  based on the presented ticket. It is reset by default; it MAY be requested by a client
       by setting the ALLOW- POSTDATE option in the KRB_AS_REQ message.  This flag does not allow  a  client  to
       obtain  a  postdated  ticket-granting  ticket;  postdated ticket-granting tickets can only by obtained by
       requesting the postdating in the KRB_AS_REQ message. The life (endtime-starttime) of a  postdated  ticket
       will be the remaining life of the ticket-granting ticket at the time of the request, unless the RENEWABLE
       option  is  also  set,  in  which case it can be the full life (endtime-starttime) of the ticket-granting
       ticket. The KDC MAY limit how far in the future a ticket may be postdated.

Name

       shishi_tkt_may_postdate_p - API function

Reporting Bugs

       Report bugs to <bug-shishi@gnu.org>.  GNU Shishi home page:  http://www.gnu.org/software/shishi/  General
       help using GNU software: http://www.gnu.org/gethelp/

Return Value

       Returns non-0 iff may-postdate flag is set in ticket.

See Also

       The full documentation for shishi is maintained as a Texinfo manual.  If the info and shishi programs are
       properly installed at your site, the command

              infoshishi

       should give you access to the complete manual.

shishi                                                1.0.3                         shishi_tkt_may_postdate_p(3)

Synopsis

#include<shishi.h>intshishi_tkt_may_postdate_p(Shishi_tkt*tkt);

See Also