Naar de hoofdinhoud

HealthConvEx: LDAP

Geschreven door Wim Jans

🔗 Source article (Salesforce): Click here


De HealthConvEx-applicatie kan gekoppelt worden aan Active Directory. Volgende connectie-gegevens zijn hiervoor nodig. Het instellen gebeurd rechtstreeks in de DB onder de tabel 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)

Password1

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

Was dit een antwoord op uw vraag?