Skip to content

Commit b1bcd28

Browse files
rhiresMattIrv
authored andcommitted
Update KERBEROS_HELP.md (#1072)
spelling update; copy edit for smoothness
1 parent c8effdd commit b1bcd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KERBEROS_HELP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use Integrated Authentication (aka Windows Authentication) on macOS
88
-
99
### Checking if Sql Server has Kerberos Setup
1010
- 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 which begin with MSSQLSvc/HostName.Domain.com which means that Sql Server has registered an SPN and is ready to accept Kerberos authentication.
11-
- 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.
11+
- 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 Sql server host.
1212

1313
## Steps to set up Integrated Authentication
1414

0 commit comments

Comments
 (0)