Federation Provider parameters
Parameter | Description | Values |
---|---|---|
Name | Specifies the name of the Federation Provider instance. This value cannot be edited after the instance has been created. | String |
Enabled | Specifies whether the Federation Provider is supported. | Default: enabled |
Import Users | Specifies whether users are synchronized from the LDAP server. | Default: enabled |
Vendor | Specifies the LDAP vendor type. |
|
Parameter | Description | Values |
---|---|---|
Connection URL | Specifies IP address of the LDAP server and the port on which it is running. | — |
Use TLS | Enables the use of StartTLS when using regular LDAP (not LDAPS).
This flag can only be enabled for the regular LDAP protocol, as it only applies in that case. If this parameter is enabled with LDAPS, the connection to the LDAPS server fails. |
Default: disabled |
Bind Type | Specifies how a user authenticates. |
|
Bind DN | Specifies the distinguished name (DN) of an LDAP admin user to connect to LDAP. | string |
Bind Credential | Specifies the admin password. |
If the Bind Type parameter is set to
|
User DN | Specifies the full DN of the LDAP tree where the users can be found in the LDAP server. | Fully qualified domain name |
Username LDAP attribute | Specifies the name of the attribute that must be used as the username within the Fabric Services System. | Dynamically filled based on the value of the
Vendor parameter, but is editable:
Usually the user ID, |
RDN LDAP Attribute |
Specifies name of the LDAP attribute used for the relative distinguished name of a typical user DN. |
Dynamically filled based on the value of the
Vendor parameter, but is editable:
Usually the user ID, |
UUID LDAP Attribute | Shows the name of the LDAP attribute that is used as a unique identifier for objects in LDAP. | Dynamically filled based on the value of the
Vendor parameter, but is editable:
Usually the user ID, |
User Object Classes | Specify a comma-separated list of user object classes used by LDAP to identify a user. Users can only be found if they have these object classes. | Dynamically filled based on the value of the
Vendor parameter, but is editable:
|
Custom User LDAP Filter | Specify the filter to select the users that should be synchronized. | Filter string, enclosed in parentheses () |
Search Scope | Specifies the type of search. | One Level or Subtree |
Parameter | Description | Values |
---|---|---|
Connection Timeout | Specifies the LDAP server connection timeout, in milliseconds. | Default: 0 |
Read Timeout | Specifies the LDAP read timeout, in milliseconds. | Default: 0 |
Pagination | Specifies whether the Federation Provider supports pagination when fetching users. | Default: enabled |
Sync Batch Size | Specifies the number of users to synchronize from the LDAP server in a single transaction. | Default: 1000 |