File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
docs/modules/ROOT/pages/servlet/authentication/kerberos Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ This was tested using `Windows Server 2012 R2`
201
201
====
202
202
Internet is full of good articles and videos how to setup Windows AD
203
203
but these two are quite usefull
204
- http ://www.rackspace.com/knowledge_center/article/installing-active-directory-on-windows-server-2012[Rackspace] and
205
- http ://social.technet.microsoft.com/wiki/contents/articles/12370.windows-server-2012-set-up-your-first-domain-controller-step-by-step.aspx[Microsoft
204
+ https ://www.rackspace.com/knowledge_center/article/installing-active-directory-on-windows-server-2012[Rackspace] and
205
+ https ://social.technet.microsoft.com/wiki/contents/articles/12370.windows-server-2012-set-up-your-first-domain-controller-step-by-step.aspx[Microsoft
206
206
Technet].
207
207
====
208
208
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Default application is configured as shown below.
172
172
app:
173
173
174
174
keytab-location: /tmp/user2.keytab
175
- access-url: http ://neo.example.org:8080/hello
175
+ access-url: https ://neo.example.org:8080/hello
176
176
----
177
177
178
178
@@ -192,8 +192,8 @@ to empty values which disables a use of keytab file.
192
192
If operation is succesfull you should see below output with `
[email protected] `.
193
193
[source,text]
194
194
----
195
- <html xmlns="http ://www.w3.org/1999/xhtml"
196
- xmlns:sec="http ://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
195
+ <html xmlns="https ://www.w3.org/1999/xhtml"
196
+ xmlns:sec="https ://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
197
197
<head>
198
198
<title>Spring Security Kerberos Example</title>
199
199
</head>
@@ -212,8 +212,8 @@ $ java -jar sec-client-rest-template-{spring-security-version}.jar
212
212
If operation is succesfull you should see below output with `
[email protected] `.
213
213
[source,text]
214
214
----
215
- <html xmlns="http ://www.w3.org/1999/xhtml"
216
- xmlns:sec="http ://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
215
+ <html xmlns="https ://www.w3.org/1999/xhtml"
216
+ xmlns:sec="https ://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
217
217
<head>
218
218
<title>Spring Security Kerberos Example</title>
219
219
</head>
You can’t perform that action at this time.
0 commit comments