You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Subject | Property | Explanation | |
---|---|---|---|
Security LDAP | blueriq.security.auth-providers.ldap01.type | What type of provider is used, in this case it always is 'ldap' |
|
blueriq.security.auth-providers.ldap01.connectionUrl | The connection url to the LDAP server |
| |
blueriq.security.auth-providers.ldap01.userDn | The userDn to connect with the ldap; format should look something like 'cn=LDAP reader,ou=something,dc=company,dc=nl' |
| |
blueriq.security.auth-providers.ldap01.password | Password to connect to the LDAP |
| |
blueriq.security.auth-providers.ldap01.useTls | boolean to either use TLS or not for the LDAP connection; this setting is not required |
| |
blueriq.security.auth-providers.ldap01.tls.trustStoreUrl | Only required if useTls is true; the location to the truststore file |
| |
blueriq.security.auth-providers.ldap01.tls.trustStorePassword | Only required if useTls is true; The password used to login to the keystore |
| |
blueriq.security.auth-providers.ldap01.tls.trustStoreType | Only required if useTls is true; what type of keystore is used, like 'jks' or 'pkcs12' |
| |
blueriq.security.auth-providers.ldap01.referralStrategy | Can be 'ignore' or 'follow' |
| |
blueriq.security.auth-providers.ldap01.searchSubtree | Used for searching in LDAP; boolean value if set to true, not only the current directory will be search, but also underlaying directories. |
| |
blueriq.security.auth-providers.ldap01.userSearchBaseDn | Used for searching in LDAP; Should look something like 'OU=Gebruikers,DC=company,DC=nl'; points to the directory to where the user search should happen. |
| |
blueriq.security.auth-providers.ldap01.userSearchAttribute | Used for searching in LDAP; What attribute to use to iddentify as a user, common use is : 'sAMAccountName' |
| |
blueriq.security.auth-providers.ldap01.groupSearchBaseDn | Used for searching in LDAP; Should look something like 'OU=Groepen,DC=company,DC=nl'; points to the directory to where the group search should happen. Important for the roles for the user |
| |
blueriq.security.auth-providers.ldap01.groupSearchFilterAttribute | Used for searching groups in ldap; What attribute to use to to filter groups on; This property is not required |
| |
blueriq.security.auth-providers.ldap01.groupSearchFilterPattern | Used for searching groups in ldap; What pattern to use to to filter groups on;This property is not required; Should look something like this: 'BQ_*, EVE_*,PRO - *,PRO -*' Results in: ((<attribute>=BQ_*)(<attribute>=EVE_*)(<attribute>=PRO -*)) |
| |
blueriq.security.auth-providers.ldap01.role-mapping | Used for mapping LDAP groups to Blueriq roles, in the form ..role-mapping.<ldap group 1>=<blueriq role 1>[,<blueriq role 2>,...,<blueriq role n>] ..role-mapping.<ldap group n>=<blueriq role 1>[,<blueriq role 2>,...,<blueriq role n>] |
|