Place holder for the external LDAP configuration at the organization level
| Column Name | Column Datatype | Column Null Option | Column Comment |
| tenant_id | varchar(50) | not null | The handle to the tenant, to indicate which tenant for this configuration |
| external_dir_type | varchar(20) | with null | The type of the external directory type, MSAD for Active Directory etc |
| ldap_host | varchar(64) | with null | The host name for the external LDAP |
| port_no | integer | with null | The LDAP port number for the external LDAP |
| filter | varchar(20) | with null | The specific user attribute in iCan user that is mapped to the "cn" of the external user |
| user_base | varchar(256) | with null | The base DN for where the users will be added |
| bind_user | varchar(64) | with null | The user DN in external directory which will be used to connect to the external directory |
| password | long byte | with null | Password to connect to the external directory, to do adminstrative task, like add user |
| external_ous | varchar(128) | with null |
Product Name: Unicenter Service Management
Table Type: Table