Skip to content

Commit

Permalink
log correct pki_domain in windows_desktop_service (#40034)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmb3 authored Mar 30, 2024
1 parent b453147 commit 0767676
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 @@ -360,7 +360,7 @@ func NewWindowsService(cfg WindowsServiceConfig) (*WindowsService, error) {
if s.cfg.PKIDomain != "" {
caLDAPConfig.Domain = s.cfg.PKIDomain
}
s.cfg.Log.Infof("Windows PKI will be performed against %v", s.cfg.PKIDomain)
s.cfg.Log.Infof("Windows PKI will be performed against %v", caLDAPConfig.Domain)

s.ca = windows.NewCertificateStoreClient(windows.CertificateStoreConfig{
AccessPoint: s.cfg.AccessPoint,
Expand Down

0 comments on commit 0767676

Please sign in to comment.