]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: use underscores in config vars 49890/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 27 Jan 2023 08:41:04 +0000 (15:41 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 27 Jan 2023 08:41:04 +0000 (15:41 +0700)
Use underscores instead of spaces in config vars in ceph_krb_auth.rst.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/dev/ceph_krb_auth.rst

index a3e33a5fae18cf8f951db86056f0b793af7c61ce..92416e9289cbb7a4c80fe1ec87b0504d57558c9b 100644 (file)
@@ -554,7 +554,7 @@ In order to configure connections (from Ceph nodes) to the KDC:
         ...
 
 
-6. A new *set parameter* was added in Ceph, ``gss ktab client file`` which
+6. A new *set parameter* was added in Ceph, ``gss_ktab_client_file`` which
    points to the keytab file related to the Ceph node *(or principal)* in
    question.
 
@@ -614,10 +614,10 @@ In order to configure connections (from Ceph nodes) to the KDC:
         /etc/ceph/ceph.conf
         [global]
             ...
-            auth cluster required = gss
-            auth service required = gss
-            auth client required = gss
-            gss ktab client file = /{$my_new_location}/{$my_new_ktab_client_file.keytab}
+            auth_cluster_required = gss
+            auth_service_required = gss
+            auth_client_required = gss
+            gss_ktab_client_file = /{$my_new_location}/{$my_new_ktab_client_file.keytab}
             ...