Skip to content

Commit

Permalink
Fix ad-keytab-file flag on sqlserver docs (#11581) (#11605)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbattirola authored Mar 31, 2022
1 parent 363ba15 commit 823411f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/database-access/guides/sql-server-ad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ your Teleport Proxy Service address and `--uri` to the SQL Server endpoint.
--name=sqlserver \
--protocol=sqlserver \
--uri=sqlserver.example.com:1433 \
--ad-keytab=/path/to/teleport.keytab \
--ad-keytab-file=/path/to/teleport.keytab \
--ad-domain=EXAMPLE.COM \
--ad-spn=MSSQLSvc/sqlserver.example.com:1433 \
--labels=env=dev
Expand All @@ -234,7 +234,7 @@ Provide Active Directory parameters:

| Flag | Description |
| ---- | ----------- |
| `--ad-keytab` | Path to Kerberos keytab file generated above. |
| `--ad-keytab-file` | Path to Kerberos keytab file generated above. |
| `--ad-domain` | Active Directory domain (Kerberos realm) that SQL Server is joined. |
| `--ad-spn` | Service Principal Name for SQL Server to fetch Kerberos tickets for. |

Expand Down

0 comments on commit 823411f

Please sign in to comment.