Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Follow the steps given below to connect the Micro Integrator to your LDAP user s

See the [complete list of parameters]({{base_path}}/reference/config-catalog-mi/#external-user-store) you can configure for the ldap user store.

If hybrid role support is required, configure a Carbon datasource as in the following example (to create the datasource, use the relevant DB_TYPE_user.sql scripts in `<MI_HOME>/dbscripts/` directory).
If hybrid role support is required, configure a Carbon datasource as shown in the following example. To create the datasource, use the database-specific user script from the `<MI_HOME>/dbscripts/` directory (for example, `mysql/mysql_user.sql` or `oracle/oracle_user.sql`).

```toml
[[datasource]]
Expand Down