diff --git a/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts b/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts index 189a7490a..9a92285b6 100644 --- a/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts +++ b/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts @@ -51,7 +51,6 @@ export const SanitizedLdapConnectionSchema = z.discriminatedUnion("method", [ provider: true, url: true, dn: true, - sslEnabled: true, sslRejectUnauthorized: true, sslCertificate: true })