From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:41:04 +0000 (+0700) Subject: doc/dev: use underscores in config vars X-Git-Tag: v18.1.0~438^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed88f7f378fcb70be57351271aa19b30f81555d4;p=ceph.git doc/dev: use underscores in config vars Use underscores instead of spaces in config vars in ceph_krb_auth.rst. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/dev/ceph_krb_auth.rst b/doc/dev/ceph_krb_auth.rst index a3e33a5fae18c..92416e9289cbb 100644 --- a/doc/dev/ceph_krb_auth.rst +++ b/doc/dev/ceph_krb_auth.rst @@ -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} ...