Skip to content

Commit 981e45d

Browse files
committed
Fix link in installing server
With external authetication moved to Installing Server, this link also in Installing Server now becomes xref. But there are more issues. The assembly is included in three guides: Installing Server, Installing Server Disconnected, and Installing Proxy. Installing Server and Installing Server Disconnected have the same context for satellite. I am opening a separate issue to deal with this later. For now, I came up with a net of ifevals that works. It is not a clean solution but I could not come up with any other. BZ link: https://bugzilla.redhat.com/show_bug.cgi?id=2188809
1 parent 0388579 commit 981e45d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

guides/common/assembly_configuring-external-idm-dns.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,18 @@ To revert to internal DNS service, use the following procedure:
2525
You are not required to use {ProductName} to manage DNS.
2626
When you are using the realm enrollment feature of {Project}, where provisioned hosts are enrolled automatically to IdM, the `ipa-client-install` script creates DNS records for the client.
2727
Configuring {ProductName} with external IdM DNS and realm enrollment are mutually exclusive.
28-
For more information about configuring realm enrollment, see {AdministeringDocURL}External_Authentication_for_Provisioned_Hosts_admin[External Authentication for Provisioned Hosts] in _{AdministeringDocTitle}_.
28+
For more information about configuring realm enrollment, see
29+
ifeval::["{context}" == "{project-context}"]
30+
ifeval::["{mode}" == "connected"]
31+
xref:External_Authentication_for_Provisioned_Hosts_{context}[].
32+
endif::[]
33+
ifeval::["{mode}" == "disconnected"]
34+
{InstallingServerDocURL}External_Authentication_for_Provisioned_Hosts_{project-context}[External Authentication for Provisioned Hosts] in _{InstallingServerDocTitle}_.
35+
endif::[]
36+
endif::[]
37+
ifeval::["{context}" == "{smart-proxy-context}"]
38+
{InstallingServerDocURL}External_Authentication_for_Provisioned_Hosts_{project-context}[External Authentication for Provisioned Hosts] in _{InstallingServerDocTitle}_.
39+
endif::[]
2940

3041
//Configuring Dynamic DNS Update with GSS-TSIG Authentication
3142
include::modules/proc_configuring-dynamic-dns-update-with-gss-tsig-authentication.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)