Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/srv/db/common/kerberos/kinit/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (s *ldapConnector) tlsConfigForLDAP(ctx context.Context, clusterName string
ClusterName: clusterName,
Domain: s.ldapConfig.domain,
ActiveDirectorySID: s.ldapConfig.serviceAccountSID,
OmitCDP: true,
OmitCDP: false,
Comment thread
Tener marked this conversation as resolved.
Outdated
}

certPEM, keyPEM, caCerts, err := winpki.DatabaseCredentials(ctx, s.authClient, req)
Expand Down
Loading