Skip to content

Commit cba9b96

Browse files
committed
Move stdout outside of a command block
1 parent 18d2d84 commit cba9b96

2 files changed

Lines changed: 13 additions & 6 deletions

guides/common/modules/proc_configuring-the-active-directory-authentication-source-on-projectserver.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,15 @@ $ kinit _ad_user_@_AD.EXAMPLE.COM_
126126
[options="nowrap", subs="+quotes,verbatim,attributes"]
127127
----
128128
$ curl -k -u : --negotiate https://_{foreman-example-com}_/users/extlogin
129-
130-
<html><body>You are being <a href="_{foreman-example-com}_/hosts">redirected</a>.</body></html>
131129
----
132130
+
133-
When external authentication is configured correctly, the `curl` command redirects you to `\https://{foreman-example-com}/hosts`.
131+
If external authentication is configured correctly, the `curl` command redirects you to `\https://{foreman-example-com}/hosts`:
132+
+
133+
[options="nowrap", subs="+quotes,verbatim,attributes"]
134+
----
135+
<html><body>You are being <a href="_{foreman-example-com}_/hosts">redirected</a>.</body></html>
136+
----
137+
134138

135139
.Troubleshooting
136140
* Connecting to the AD LDAP can sometimes fail with an error such as the following appearing in the logs:

guides/common/modules/proc_resetting-external-authentication-configuration-for-kerberos-sso.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This prevents user accounts defined in the external authentication source from a
99

1010
[IMPORTANT]
1111
====
12-
Resetting external authentication prevents users from accessing {Project} as described in xref:configuring-kerberos-sso-with-{FreeIPA-context}-in-{project-context}[] and xref:configuring-kerberos-sso-for-active-directory-users-in-project_{context}[].
12+
Resetting external authentication prevents users from accessing {Project} with Kerberos single sign-on (SSO).
1313
However, some configuration files, such as configuration files for the System Security Services Daemon (SSSD), will remain modified because {Project} does not have access to the previous state of these files.
1414
====
1515

@@ -44,11 +44,14 @@ ifdef::foremanctl[]
4444
[options="nowrap", subs="+quotes,verbatim,attributes"]
4545
----
4646
$ curl -k -u : --negotiate https://_{foreman-example-com}_/users/extlogin
47-
48-
<html><body>You are being <a href="https://_{foreman-example-com}_/users/login">redirected</a>.</body></html>
4947
----
5048
+
5149
If external authentication is disabled, the `curl` command redirects you to `\https://{foreman-example-com}/users/login`.
50+
+
51+
[options="nowrap", subs="+quotes,verbatim,attributes"]
52+
----
53+
<html><body>You are being <a href="https://_{foreman-example-com}_/users/login">redirected</a>.</body></html>
54+
----
5255
endif::[]
5356
ifndef::foremanctl[]
5457
* Display the value for the `foreman-ipa-authentication` and `foreman-ipa-authentication-api` configuration options:

0 commit comments

Comments
 (0)