]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Minor rst markup fix
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 2 Jul 2012 18:08:32 +0000 (14:08 -0400)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 2 Jul 2012 18:08:32 +0000 (14:08 -0400)
doc/rst_source/krb_admins/conf_files/kdc_conf.rst
doc/rst_source/krb_admins/conf_files/krb5_conf.rst
doc/rst_source/krb_admins/conf_ldap.rst

index 66f51dc75fbe2aeb4a7a301f2843c0b73c96f667..06d92136d237f8dba3a772c0443c64d027ac0fc5 100644 (file)
@@ -492,7 +492,7 @@ PKINIT options
 
        [realms]
            EXAMPLE.COM = {
-               pkinit_anchors = FILE\:/usr/local/example.com.crt
+               pkinit_anchors = FILE:/usr/local/example.com.crt
            }
 
 2. generic value in the [kdcdefaults] section.
@@ -500,7 +500,7 @@ PKINIT options
     ::
 
        [kdcdefaults]
-           pkinit_anchors = DIR\:/usr/local/generic_trusted_cas/
+           pkinit_anchors = DIR:/usr/local/generic_trusted_cas/
 
 For information about the syntax of some of these options, see
 :ref:`Specifying PKINIT identity information <pkinit_identity>` in
index 04d4d4d3040dae9198c818102484ef0e6676c687..e392c863f8a7ef6b4600b819032bff2953adb158 100644 (file)
@@ -727,7 +727,7 @@ PKINIT options
 
        [libdefaults]
            EXAMPLE.COM = {
-               pkinit_anchors = FILE\:/usr/local/example.com.crt
+               pkinit_anchors = FILE:/usr/local/example.com.crt
            }
 
 2. realm-specific value in the [realms] section,
@@ -736,7 +736,7 @@ PKINIT options
 
        [realms]
            OTHERREALM.ORG = {
-               pkinit_anchors = FILE\:/usr/local/otherrealm.org.crt
+               pkinit_anchors = FILE:/usr/local/otherrealm.org.crt
            }
 
 3. generic value in the [libdefaults] section.
@@ -744,7 +744,7 @@ PKINIT options
     ::
 
        [libdefaults]
-           pkinit_anchors = DIR\:/usr/local/generic_trusted_cas/
+           pkinit_anchors = DIR:/usr/local/generic_trusted_cas/
 
 
 .. _pkinit_identity:
index b59da28f8c348404d0e4ef72c8ea6740730d5c8b..8fe4767eb3ee3ccf69a7c51a1ac93c78e42b5a92 100644 (file)
@@ -5,7 +5,7 @@ Configuring Kerberos with OpenLDAP back-end
 
 1. Set up SSL on the OpenLDAP server and client to ensure secure
    communication when the KDC service and LDAP server are on different
-   machines.  ``ldapi\://`` can be used if the LDAP server and KDC
+   machines.  ``ldapi://`` can be used if the LDAP server and KDC
    service are running on the same machine.
 
    A. Setting up SSL on the OpenLDAP server: