Skip to content

Commit aa2e633

Browse files
enozcankwart
authored andcommitted
Move images under assets.
1 parent c7726e9 commit aa2e633

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

doc/modules/ROOT/pages/index.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:github-address: https://github.com/hazelcast-guides/active-directory-authentication
2-
:templates-url: https://raw.githubusercontent.com/hazelcast-guides/adoc-templates/master
2+
:templates-url: templates:ROOT:page$/
33

44
= Active Directory authentication
55

@@ -31,13 +31,13 @@ starts a domain for you on few clicks:
3131
* https://github.com/maxskunkworks/TLG/tree/master/tlg-base-config_3-vm
3232

3333
.Screenshot - Azure AD template on GitHub
34-
image::screenshots/azure-ad-template-on-github.png[Azure AD template on GitHub.]
34+
image::azure-ad-template-on-github.png[Azure AD template on GitHub.]
3535

3636
.Screenshot - AD domain template parameters on Azure
37-
image::screenshots/azure-deployment.png[Azure AD deployment parameters.]
37+
image::azure-deployment.png[Azure AD deployment parameters.]
3838

3939
.Screenshot - AD domain deployment on Azure
40-
image::screenshots/azure-deployed-ad-domain.png[Deployed AD domain.]
40+
image::azure-deployed-ad-domain.png[Deployed AD domain.]
4141

4242
== Environment
4343

@@ -74,7 +74,7 @@ include::../../../../allow-hazelcast-port.ps1[]
7474
----
7575

7676
.Screenshot - Adding Windows Firewall Rule in PowerShell
77-
image::screenshots/add-firewall-rule.png[Adding firewall rule in a PowerShell window.]
77+
image::add-firewall-rule.png[Adding firewall rule in a PowerShell window.]
7878

7979
=== Kerberos configuration file
8080

@@ -122,7 +122,7 @@ Commands used:
122122
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/ktpass[ktpass]
123123

124124
.Screenshot - New accounts in AD users GUI
125-
image::screenshots/ad-new-accounts-for-members.png[Users and groups in Active Directory.]
125+
image::ad-new-accounts-for-members.png[Users and groups in Active Directory.]
126126

127127
The `hz/[email protected]` and `hz/[email protected]` are Service Principal Names (SPN)
128128
and we will reference them in the Hazelcast member configuration.
@@ -175,7 +175,7 @@ Starting Hazelcast members on both servers should now result in forming
175175
a new Hazelcast cluster with both members.
176176

177177
.Screenshot - Running Hazelcast cluster
178-
image::screenshots/client-running.png[Running Hazelcast cluster.]
178+
image::client-running.png[Running Hazelcast cluster.]
179179

180180
Within the `security` configuration, we defined which realm is used for
181181
the member-to-member authentication (`kerberosRealm`).
@@ -361,7 +361,7 @@ The application should successfully connect to the cluster and data operations
361361
should work.
362362

363363
.Screenshot - Client Console Demo Application
364-
image::screenshots/client-running.png[Running the client demo application.]
364+
image::client-running.png[Running the client demo application.]
365365

366366
== Troubleshooting
367367

0 commit comments

Comments
 (0)