From 69cf06bf1feb8a3c598f1afe1ee00507a31c16bc Mon Sep 17 00:00:00 2001 From: Ganiev Shamil Date: Tue, 19 Aug 2025 18:02:15 +0300 Subject: [PATCH] Update plugins/catalog-backend-module-ldap/src/ldap/client.ts Co-authored-by: Jessica He Signed-off-by: Ganiev Shamil --- plugins/catalog-backend-module-ldap/src/ldap/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-ldap/src/ldap/client.ts b/plugins/catalog-backend-module-ldap/src/ldap/client.ts index 362d6c2860..096a501b16 100644 --- a/plugins/catalog-backend-module-ldap/src/ldap/client.ts +++ b/plugins/catalog-backend-module-ldap/src/ldap/client.ts @@ -170,7 +170,7 @@ export class LdapClient { const schemaHasGoogleAttributes = this.checkGoogleSchema(rootDSE); return schemaHasGoogleAttributes; } catch (error) { - throw error('Schema check failed:', error); + throw new ForwardedError('Schema check failed', error); } }