This table holds configuration information for LDAP data sources.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| ldaphost | nvarchar(50) | not null | The LDAP host |
| ldapport | nvarchar(5) | not null | The LDAP port |
| rootdn | nvarchar(255) | not null | The LDAP root DN |
| rootpass | nvarchar(15) | not null | The LDAP root pass |
| rootcontext | nvarchar(50) | not null | The LDAP root context |
| contextdn | nvarchar(255) | not null | The LDAP context dn |
| filter | nvarchar(100) | not null | The filter to apply |
| pwattribute | nvarchar(50) | not null | The password attribute |
| productid | byte(16) | not null | The product id |
Product Name: Workflow
Table Type: Table