ODBC
This User Directory Connector (UDC) connects to an Open DataBase Connectivity (ODBC) source.
The two connection strings are concatenated into a single connection string when making a connection to a database.
The table below lists the settings for the ODBC UDC.
[Setting] | [Type] | [Category] | [DefaultValue] | [Description] |
---|---|---|---|---|
User directory name | string | Connection | - | The representation of the database connector. This is only used for presentation and identification of the ODBC User Directory. |
Visible connection string | string | Connection | - | The visible, non-encrypted part of the connection string. |
Encrypted connection string | string (secret) | Connection | - | The encrypted part of the connection string, which typically contains the user name and password. This connection string is concatenated with the Visible connection string (see above) when making the connection to the database. |
Attributes table name | string | Connection | - | The name of the table that contains the attributes of the users. |
User table name | string | Connection | - | The name of the table that contains the users. |
Synchronization timeout in seconds | integer | Connection | 240 | The number of seconds before the SyncUsers() method times out and throws a TimedOutException. |