This commit is contained in:
Girish Ramakrishnan
2024-01-13 21:29:40 +01:00
parent 46a589f794
commit 8771158f10

View File

@@ -89,7 +89,7 @@ async function setConfig(newConfig, auditSource) {
await eventlog.add(eventlog.ACTION_EXTERNAL_LDAP_CONFIGURE, auditSource, { oldConfig: removePrivateFields(currentConfig), config: removePrivateFields(newConfig) });
await cron.handleExternalLdapChanged();
await cron.handleExternalLdapChanged(newConfig);
}
// performs service bind if required