Skip to content

Commit 4ba3834

Browse files
author
Steve Stein
authored
Merge pull request #492 from jmarti326/patch-1
This is ready to merge. Typo fix.
2 parents 9f6556f + 58f52b7 commit 4ba3834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-operations-studio/enable-kerberos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In order to use Integrated Authentication (Windows Authentication) on macOS or L
3030
## Checking if Sql Server has Kerberos Setup
3131

3232
Login to the host machine of Sql Server. From Windows Command Prompt, use the `setspn -L %COMPUTERNAME%` to list all the Service Principal Names for the host. You should see entries that begin with MSSQLSvc/HostName.Domain.com which means that Sql Server has registered an SPN and is ready to accept Kerberos authentication.
33-
- If you don't have access to the Host of the Sql Server, then from any other Windows OS joined to the same Active Directory, you could use the command `setspn -L <SQLSERVER_NETBIOS>` where <SQLSERVER_NETBIOS> is the computer name of the hsot of the Sql Server.
33+
- If you don't have access to the Host of the Sql Server, then from any other Windows OS joined to the same Active Directory, you could use the command `setspn -L <SQLSERVER_NETBIOS>` where <SQLSERVER_NETBIOS> is the computer name of the host of the Sql Server.
3434

3535

3636
## Get the Kerberos Key Distribution Center

0 commit comments

Comments
 (0)