Skip to content

Commit

Permalink
Fixed broken link to Kerberos documentation (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Jul 7, 2023
1 parent f0fa514 commit 9167cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/user_guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ To use this, select "Kerberos" in the "Authentication" drop-down-list. Entering

##### Prerequisites

These preprequisites are necessary for using Kerberos with both Tableau Desktop and Server:
These prerequisites are necessary for using Kerberos with both Tableau Desktop and Server:

* The Exasol database is configured to use [Kerberos Single Sign-On](https://docs.exasol.com/administration/on-premise/access_management/kerberos_sso.htm). You can create the keytab file by executing this command on the Windows Domain Controller:
* The Exasol database is configured to use [Kerberos Single Sign-On](https://docs.exasol.com/db/7.1/administration/on-premise/access_management/kerberos_sso.htm). You can create the keytab file by executing this command on the Windows Domain Controller:

```sh
ktpass -out exasol.keytab -mapuser <user> -princ exasol/<fully qualified hostname>@<REALM> -pass <user password> -ptype KRB5_NT_PRINCIPAL -target <REALM> -crypto All
Expand Down

0 comments on commit 9167cbb

Please sign in to comment.