From: John Kohl Date: Wed, 12 Dec 1990 15:29:18 +0000 (+0000) Subject: update info on krb5_rd_req X-Git-Tag: krb5-1.0-alpha3~52 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4fddd6e35a38e564463f85e24525d8017f045d23;p=krb5.git update info on krb5_rd_req git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1541 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 35a83b7b9..6f2645700 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -438,6 +438,9 @@ Returns system errors, encryption errors, replay errors. Parses a KRB_AP_REQ message, returning its contents. \funcparam{server} specifies the expected server's name for the ticket. +If \funcparam{server} is NULL, then any server name will be accepted if +the appropriate key can be found, and the caller should verify that the +server principal matches some trust criterion. \funcparam{sender_addr} specifies the address(es) expected to be present in the ticket.