From 39f84abf32bc5450207ba16469e75c788dde6e2d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jan 29 2019 10:23:31 +0000 Subject: PR#1218: docs: drop HTML tags from howto doc Merges #1218 https://pagure.io/koji/pull-request/1218 --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index d4d464a..0687244 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -95,7 +95,6 @@ koji components. :: -
     HOME                    = .
     RANDFILE                = .rand
 
@@ -349,7 +348,7 @@ currently hard coded into the koji client.
     Used by the koji-web server during communications with the koji-hub. This
     is a user principal that will authenticate koji-web to Kerberos as
     "koji/kojiweb@EXAMPLE.COM". Koji-web will proxy the mod_auth_gssapi user
-    information to koji-hub (the ProxyPrincipals koji-hub config
+    information to koji-hub (the ``ProxyPrincipals`` koji-hub config
     option).
 
 ``koji/kojira@EXAMPLE.COM``
@@ -468,7 +467,7 @@ Authorize Koji-web and Koji-hub resources
         local   koji        koji                              trust
 
     .. note::
-        To enforce password based logins to the database, change trust to md5.
+        To enforce password based logins to the database, change ``trust`` to ``md5``.
 
     ::