krb5 commit [krb5-1.12]: Fix error message quotations in install_kdc.rst

Tom Yu tlyu at MIT.EDU
Thu Dec 5 14:16:25 EST 2013


https://github.com/krb5/krb5/commit/3b36a176126a75c61f10d9d14d7ef7eb1e202116
commit 3b36a176126a75c61f10d9d14d7ef7eb1e202116
Author: Tom Yu <tlyu at mit.edu>
Date:   Tue Dec 3 14:47:51 2013 -0500

    Fix error message quotations in install_kdc.rst
    
    Some error messages that kprop could print were quoted incorrectly in
    install_kdc.rst.
    
    Also fix minor typos.
    
    (cherry picked from commit 68d7fcf11553c29a2e0c28a57896fbce4a3ef611)
    
    ticket: 7785
    version_fixed: 1.12
    status: resolved

 doc/admin/install_kdc.rst |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/admin/install_kdc.rst b/doc/admin/install_kdc.rst
index 77d78e1..3d6730b 100644
--- a/doc/admin/install_kdc.rst
+++ b/doc/admin/install_kdc.rst
@@ -462,13 +462,12 @@ Propagation failed?
            kprop: No route to host while connecting to server
 
 Make sure that the hostname of the slave (as given to kprop) is
-correct, and that any firewalls beween the master and the slave allow
+correct, and that any firewalls between the master and the slave allow
 a connection on port 754.
 
 .. error::
 
-           kprop: Connection refused in call to connect while opening
-           connection
+           kprop: Connection refused while connecting to server
 
 If the slave is intended to run kpropd out of inetd, make sure that
 inetd is configured to accept krb5_prop connections.  inetd may need
@@ -478,12 +477,12 @@ that it is running.
 
 .. error::
 
-           kprop: Server rejected authentication while authenticating
-           to server
+           kprop: Server rejected authentication (during sendauth
+           exchange) while authenticating to server
 
 Make sure that:
 
-#. The time is syncronized between the master and slave KDCs.
+#. The time is synchronized between the master and slave KDCs.
 #. The master stash file was copied from the master to the expected
    location on the slave.
 #. The slave has a keytab file in the default location containing a


More information about the cvs-krb5 mailing list