diff options
author | John Kohl <jtkohl@mit.edu> | 1990-05-30 19:16:12 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-05-30 19:16:12 +0000 |
commit | 6df379c29d553a1e73037b24d92912f9280305a5 (patch) | |
tree | 629c5a95755044cbe7174f9eeb7aec0ef0a93320 /doc/implement/rcache-i.tex | |
parent | ece130e23c695656b8bb2e993dbd4f486a953b0e (diff) | |
download | krb5-6df379c29d553a1e73037b24d92912f9280305a5.tar.gz krb5-6df379c29d553a1e73037b24d92912f9280305a5.tar.xz krb5-6df379c29d553a1e73037b24d92912f9280305a5.zip |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@970 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement/rcache-i.tex')
-rw-r--r-- | doc/implement/rcache-i.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/implement/rcache-i.tex b/doc/implement/rcache-i.tex new file mode 100644 index 0000000000..06cf1d98c3 --- /dev/null +++ b/doc/implement/rcache-i.tex @@ -0,0 +1,4 @@ +The replay cache functions deal with verifying that AP_REQ's do not +contain duplicate authenticators; the storage must be non-volatile for +the site-determined validity period of authenticators. + |