-`maxPoolSize`: Connection Pool Size to use to connect to LDAP Server.
-`sslEnabled`: Set to true if the SSL is enable to connecto to LDAP Server.
-`keyStorePath`: Path of Keystore in case the sslEnabled is set to true.
-`keyStorePassword`: Truststore Password.
-`truststoreFormat`: TrustStore Format (Example :- JKS).
-`verifyCertificateHostname`: Controls using TrustAllSSLSocketVerifier vs HostNameSSLSocketVerifier. In case the certificate contains cn=hostname of the Ldap Server set it to true.
### Authorizer Configuration
This configuration controls the authorizer for OpenMetadata:
-`adminPrincipals`: This is the list of admin Principal for the OpenMetadata , if mail in ldap is example@openmetadata.org, then if we want this user to be admin in the OM, we should add 'example', in this list.
-`principalDomain`: Company Domain.
## Metadata Ingestion
For ingesting metadata when LDAP is enabled, it is mandatory to configure the `ingestion-bot` account with the JWT configuration.
To know how to enable it, you can follow the documentation of [Enable JWT Tokens](/deployment/security/enable-jwt-tokens).