From 6df65b5f0231025c8120862e3406dba0e97a8c0c Mon Sep 17 00:00:00 2001 From: Luis Gabriel Gomez Date: Wed, 19 Jul 2023 12:09:25 -0300 Subject: [PATCH] Fix typo --- runtime-manager/modules/ROOT/pages/rtm-agent-proxy-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-manager/modules/ROOT/pages/rtm-agent-proxy-config.adoc b/runtime-manager/modules/ROOT/pages/rtm-agent-proxy-config.adoc index 7b4f75060..59269845c 100644 --- a/runtime-manager/modules/ROOT/pages/rtm-agent-proxy-config.adoc +++ b/runtime-manager/modules/ROOT/pages/rtm-agent-proxy-config.adoc @@ -68,7 +68,7 @@ Optionally specifies the password for the authentication _proxy-user_, if requir _krb5-configuration-path_:: Specifies the file path to the `krb5.conf` file, which is required to communicate with the Kerberos KDC. + -This is Kerberos flavor-dependent. See the https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html[MIT Kerceros Documentation^] for reference on the MIT implementation, which is the standard in most UNIX and Windows systems. +This is Kerberos flavor-dependent. See the https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html[MIT Kerberos Documentation^] for reference on the MIT implementation, which is the standard in most UNIX and Windows systems. _jaas-configuration-path_:: Specifies the file path to the JAAS login configuration file, which is required to login to the Kerberos KDC. +