Reverted test

This commit is contained in:
x032205
2025-06-05 16:54:29 -04:00
parent e57935a7d3
commit 89e8f200e9

View File

@@ -202,7 +202,7 @@ export const LdapProvider = (): TDynamicProviderFns => {
const client = await $getClient(providerInputs);
if (providerInputs.credentialType === LdapCredentialType.Static) {
const dnRegex = new RegExp("^dn:\\s*(.+)", "m");
const dnRegex = new RE2("^dn:\\s*(.+)", "m");
const dnMatch = dnRegex.exec(providerInputs.rotationLdif);
if (dnMatch) {