feat(identities): ldap auth

This commit is contained in:
Daniel Hougaard
2025-05-08 07:55:22 +04:00
parent b908893a68
commit 5c91d380b8

View File

@@ -422,6 +422,8 @@ export const identityLdapAuthServiceFactory = ({
});
}
if (allowedFields) AllowedFieldsSchema.array().parse(allowedFields);
const updatedLdapAuth = await identityLdapAuthDAL.updateById(identityLdapAuth.id, {
url,
searchBase,