Skip to content

Commit 8e04844

Browse files
authored
windows_server: Tiny typo fix (#49128)
Spotted this and fixed it on the v16 backport, just committing to master for consistency.
1 parent f3336d3 commit 8e04844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/srv/desktop/windows_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ func (s *WindowsService) startLDAPConnectionCheck(ctx context.Context) {
462462
}
463463
s.mu.Unlock()
464464

465-
// If we have initizlied the LDAP client, then try to use it to make sure we're still connected
465+
// If we have initialized the LDAP client, then try to use it to make sure we're still connected
466466
// by attempting to read CAs in the NTAuth store (we know we have permissions to do so).
467467
ntAuthDN := "CN=NTAuthCertificates,CN=Public Key Services,CN=Services,CN=Configuration," + s.cfg.LDAPConfig.DomainDN()
468468
_, err := s.lc.Read(ntAuthDN, "certificationAuthority", []string{"cACertificate"})

0 commit comments

Comments
 (0)