LDAPUSER_SCHEMA

Description

This table stores information about the LDAP user schema.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the LDAP user schema.
DISPLAY_NAMEATTRIBUTE varchar The attribute for the display name.
DISTINGUISHED_NAMEATTRIBUTE varchar The attribute for the distinguished name.
EMAIL_ATTRIBUTE varchar The attribute for the email.
FIRST_NAMEATTRIBUTE varchar The attribute for the first name.
LAST_NAMEATTRIBUTE varchar The attribute for the last name.
NAMERDNATTRIBUTE varchar The RDN attribute for the name.
OBJECT_CLASS varchar The object class of the LDAP user.
OBJECT_FILTER varchar The object filter of the LDAP user.
PASSWORD_ATTRIBUTE varchar The attribute for the password.
USERNAMEATTRIBUTE varchar The attribute for the username.

Constraints

  • PRIMARY KEY (ID)