@@ -66,8 +66,8 @@ You may need to use custom kerberos config with Linux either by using
6666
6767[NOTE]
6868====
69- See << setupwinkerberos>> for more instructions how to work with
70- windows kerberos environment.
69+ See xref:appendix.adoc# setupwinkerberos[Setup Windows Domain Controller]
70+ for more instructions how to work with windows kerberos environment.
7171====
7272
7373Login to `Windows 8.1` using domain credentials and access sample
@@ -107,8 +107,8 @@ This sample demonstrates how a server can be configured to accept a
107107Spnego based negotiation from a browser while still being able to fall
108108back to a form based authentication.
109109
110- Using a `user1` principal << setupmitkerberos>>, do a kerberos login
111- manually using credentials.
110+ Using a `user1` principal xref:appendix.adoc# setupmitkerberos[Setup MIT Kerberos],
111+ do a kerberos login manually using credentials.
112112[source,text]
113113----
114114$ kinit user1
@@ -149,8 +149,8 @@ authentication with existing ticket.
149149
150150[NOTE]
151151====
152- See << browserspnegoconfig>> for more instructions for configuring
153- browsers to use Spnego.
152+ See xref:appendix.adoc# browserspnegoconfig[Configure Browsers for Spnego Negotiation]
153+ for more instructions for configuring browsers to use Spnego.
154154====
155155
156156[source,yaml,indent=0]
189189----
190190
191191
192- Using a `user1` principal << setupmitkerberos>>, do a kerberos login
193- manually using credentials.
192+ Using a `user1` principal xref:appendix.adoc# setupmitkerberos[Setup MIT Kerberos],
193+ do a kerberos login manually using credentials.
194194[source,text,subs="attributes"]
195195----
196196$ java -jar sec-client-rest-template-{version}.jar --app.user-principal --app.keytab-location
0 commit comments