Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 0542e1a

Browse files
fixes MicrosoftDocs/sql-docs/issues/5318 -- backslash
1 parent 7b2cf0f commit 0542e1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-engine/availability-groups/windows/listeners-client-connectivity-application-failover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ SAN: Win2019.contoso.com,Listener1.contoso.com,Listener2.contoso.com,Listener3.c
178178

179179
A domain administrator must configure a Service Principal Name (SPN) in Active Directory for each availability group listener to enable Kerberos for client connections to the listener. When registering the SPN, you must use the service account of the server instance that hosts the availability replica. For the SPN to work across all replicas, the same service account must be used for all instances in the WSFC cluster that hosts the availability group.
180180

181-
Use the **setspn** Windows command line tool to configure the SPN. For example to configure an SPN for an availability group named `AG1listener.Adventure-Works.com` hosted on a set of instances of SQL Server all configured to run under the domain account `corp/svclogin2`:
181+
Use the **setspn** Windows command line tool to configure the SPN. For example to configure an SPN for an availability group named `AG1listener.Adventure-Works.com` hosted on a set of instances of SQL Server all configured to run under the domain account `corp\svclogin2`:
182182

183183
```
184-
setspn -A MSSQLSvc/AG1listener.Adventure-Works.com:1433 corp/svclogin2
184+
setspn -A MSSQLSvc/AG1listener.Adventure-Works.com:1433 corp\svclogin2
185185
```
186186

187187
For more information about manual registration of a SPN for SQL Server, see [Register a Service Principal Name for Kerberos Connections](../../../database-engine/configure-windows/register-a-service-principal-name-for-kerberos-connections.md).

0 commit comments

Comments
 (0)