diff --git a/lib/srv/db/common/kerberos/kinit/ldap.go b/lib/srv/db/common/kerberos/kinit/ldap.go index 487afe073d042..035994b0db99e 100644 --- a/lib/srv/db/common/kerberos/kinit/ldap.go +++ b/lib/srv/db/common/kerberos/kinit/ldap.go @@ -208,7 +208,6 @@ func (s *ldapConnector) tlsConfigForLDAP(ctx context.Context, clusterName string ClusterName: clusterName, Domain: s.ldapConfig.domain, ActiveDirectorySID: s.ldapConfig.serviceAccountSID, - OmitCDP: true, } certPEM, keyPEM, caCerts, err := winpki.DatabaseCredentials(ctx, s.authClient, req)