summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-12-12 15:29:18 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-12-12 15:29:18 +0000
commit4fddd6e35a38e564463f85e24525d8017f045d23 (patch)
tree5172f91d7f2ed276a7b5cf1fb960cf3306b61eb0 /doc/api
parent6ed589510c5f66e2193df0f87e17ecbcc3cc2888 (diff)
downloadkrb5-4fddd6e35a38e564463f85e24525d8017f045d23.tar.gz
krb5-4fddd6e35a38e564463f85e24525d8017f045d23.tar.xz
krb5-4fddd6e35a38e564463f85e24525d8017f045d23.zip
update info on krb5_rd_req
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1541 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/krb5.tex3
1 files changed, 3 insertions, 0 deletions
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.