Stores information on services related to an LDAP
Data model
Fields
| Field | Type | Description |
|---|---|---|
| active* | BIT | Determines if the service is active for LDAP |
| ldap_id* | INT | LDAP Unique Identifier |
| project_id* | INT | Unique Project Identifier |
| service_id* | INT | Unique service identifier |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| ldap_id* | dbo.AFW_LDAP | id | FK01_ASDK_LDAP_SERVICE |
| project_id* | dbo.ASMS_PROJECTS | proj_id | FK02_ASDK_LDAP_SERVICE |
| service_id* | dbo.ASDK_SERVICE | id | FK03_ASDK_LDAP_SERVICE |