From: Zhanna Tsitkov Date: Mon, 2 Jul 2012 18:08:32 +0000 (-0400) Subject: Minor rst markup fix X-Git-Tag: krb5-1.11-alpha1~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e679fe0317623ced6901e20e5094e3fb7a69754e;p=thirdparty%2Fkrb5.git Minor rst markup fix --- diff --git a/doc/rst_source/krb_admins/conf_files/kdc_conf.rst b/doc/rst_source/krb_admins/conf_files/kdc_conf.rst index 66f51dc75f..06d92136d2 100644 --- a/doc/rst_source/krb_admins/conf_files/kdc_conf.rst +++ b/doc/rst_source/krb_admins/conf_files/kdc_conf.rst @@ -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 ` in diff --git a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst index 04d4d4d304..e392c863f8 100644 --- a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst +++ b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst @@ -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: diff --git a/doc/rst_source/krb_admins/conf_ldap.rst b/doc/rst_source/krb_admins/conf_ldap.rst index b59da28f8c..8fe4767eb3 100644 --- a/doc/rst_source/krb_admins/conf_ldap.rst +++ b/doc/rst_source/krb_admins/conf_ldap.rst @@ -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: