Skip to content

Commit

Permalink
windows_server: Tiny typo fix (#49128)
Browse files Browse the repository at this point in the history
Spotted this and fixed it on the v16 backport, just committing to master for consistency.
  • Loading branch information
webvictim authored and marcoandredinis committed Nov 18, 2024
1 parent 2a5ee6f commit fed0ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srv/desktop/windows_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func (s *WindowsService) startLDAPConnectionCheck(ctx context.Context) {
}
s.mu.Unlock()

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

0 comments on commit fed0ed0

Please sign in to comment.