krb5 commit: Correct an error in GSSAPI initiator cred docs

Greg Hudson ghudson at MIT.EDU
Tue Jul 3 18:51:02 EDT 2012


https://github.com/krb5/krb5/commit/74acab1e058a169c64b4203711fbfe1add9833c6
commit 74acab1e058a169c64b4203711fbfe1add9833c6
Author: Greg Hudson <ghudson at mit.edu>
Date:   Tue Jul 3 18:50:38 2012 -0400

    Correct an error in GSSAPI initiator cred docs

 doc/rst_source/krb_appldev/gssapi.rst |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/rst_source/krb_appldev/gssapi.rst b/doc/rst_source/krb_appldev/gssapi.rst
index d22a63f..214e3a0 100644
--- a/doc/rst_source/krb_appldev/gssapi.rst
+++ b/doc/rst_source/krb_appldev/gssapi.rst
@@ -103,9 +103,9 @@ if the credential cache selection facility cannot choose a principal
 for it, the default credential cache will be selected if it exists and
 contains tickets.
 
-If the default credential cache does exist, but the default keytab
-does exist, the krb5 mechanism will try to acquire initial tickets for
-the first principal in the default client keytab.
+If the default credential cache does not exist, but the default client
+keytab does, the krb5 mechanism will try to acquire initial tickets
+for the first principal in the default client keytab.
 
 If the krb5 mechanism acquires initial tickets using the default
 client keytab, the resulting tickets will be stored in the default


More information about the cvs-krb5 mailing list