LDAP_CONFIGURATION

Description

This table stores information about the LDAP configuration.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the LDAP configuration.
ENABLED bit Indicates if the LDAP configuration is enabled.
SERVER_SETTINGS_LDAPCONFIGUR_0 bigint The ID of the LDAP server settings.
USER_SCHEMA_LDAPCONFIGURATIO_0 bigint The ID of the LDAP user schema.

Foreign Key Relationships

  • SERVER_SETTINGS_LDAPCONFIGUR_0 references LDAPSERVER_SETTINGS (ID)
  • USER_SCHEMA_LDAPCONFIGURATIO_0 references LDAPUSER_SCHEMA (ID)

Constraints

  • PRIMARY KEY (ID)
  • KEY (SERVER_SETTINGS_LDAPCONFIGUR_0)
  • KEY (USER_SCHEMA_LDAPCONFIGURATIO_0)