Passer au contenu principal

HealthConvEx: LDAP

Écrit par Wim Jans

🔗 Source article (Salesforce): Click here


L'application HealthConvEx peut être liée à Active Directory. Pour ce faisant, les détails de connexion suivants sont nécessaires. La configuration se fait directement dans la base de donnée sous la table dbo.configuration.

KEY

Info

Example value

1

LDAP_ENABLED

true or false. If set to true, ldap will be enabled after a reboot.

true

2

LDAP_USER_DN

Set the user distinguished name (principal) to use for getting
authenticated contexts in LDAP. (Diabscan LDAP user)

cn=admin,dc=thecompany,
dc=com

3

LDAP_PASSWORD

Set the password (credentials) to use for getting authenticated contexts in LDAP. (Diabscan LDAP user)

Password

4

LDAP_URL

URL to access LDAP instance.

5

LDAP_USER_SEARCH

LDAP attribute. String to uniquely identify users in the system. The value is used as username for LDAP Diabscan users.

uid

6

LDAP_GIVEN_NAME

LDAP attribute. Contains the given name (first name) of the user.

givenname

7

LDAP_BASE

Set the base suffix from which all operations should origin.

cn=users,ou=groups,
dc=thecompany,dc=com

8

LDAP_REFERRAL

Currently not used. Set to false.

true




Avez-vous trouvé la réponse à votre question ?