Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

1.2 KiB

title slug
ldapConfiguration /main-concepts/metadata-standard/schemas/configuration/ldapconfiguration

LdapConfiguration

LDAP Configuration

Properties

  • host (string): LDAP server address without scheme(Example :- localhost).
  • port (integer): Port of the server.
  • maxPoolSize (integer): No of connection to create the pool with. Default: 3.
  • isFullDn (boolean): If enable need to give full dn to login. Default: False.
  • dnAdminPrincipal (string): Distinguished Admin name with search capabilities.
  • dnAdminPassword (string): Password for LDAP Admin.
  • sslEnabled (boolean): LDAPS (secure LDAP) or LDAP. Default: False.
  • userBaseDN (string): User base distinguished name.
  • mailAttributeName (string): Email attribute name.
  • truststoreFormat (string): Truststore format e.g. PKCS12, JKS.
  • truststoreConfigType (string): Truststore Type e.g. TrustAll, HostName, JVMDefault, CustomTrustStore. Must be one of: ['TrustAll', 'JVMDefault', 'HostName', 'CustomTrustStore'].
  • trustStoreConfig: Truststore Configuration. Refer to ldapTrustStoreConfig/truststoreConfig.json.

Documentation file automatically generated at 2023-07-07 05:50:35.981927.