Setting | Description |
---|---|
LDAP Connection String | For example, ldap://ldap.internal.contoso.com . This is the protocol + the domain name or ip address of your LDAP server. Your LDAP server is the local domain controller where Active Directory is installed. The protocol can be either ldap or ldaps . If you need to use ldaps make sure that the certificate is valid in the current server. |
Base DN | For example, dc=contoso,dc=com . This is the base container for all the queries performed by the connector. |
Username | For example, cn=svcauth0,dc=services,dc=contoso,dc=com The full distinguish name of a user to perform queries. |
Password | The password of the user. |
Test | Description | Troubleshoot |
---|---|---|
Test 1 | Attempts to establish a TCP connection to the LDAP server and port specified. | Check basic network connectivity and firewall settings that might prevent such a connection. |
Test 2 | Attempts to perform an LDAP bind on the LDAP server and port specified and with the username and password provided. | Check the LDAP connection string, search path, username and password. |
Test 3 | Attempts to perform an LDAP search against the directory to check the privileges of the specified username. | Check the privileges of the username in the target directory. |
Test 4 | Attempts to establish a connection to the Auth0 server. | Check network connectivity and firewall settings that might prevent such a connection. |
/tmp
:
Curl example:
node server.js
When prompted for the ticket number, enter the full ticket URL from the Settings tab of the Setup AD/LDAP connector screen in the Auth0 Management Dashboard.
config.json
configuration file with your LDAP connection and authentication details:
node server.js
once more to start the Connector. Note that the LDAP_BIND_PASSWORD
line in config.json
changes to LDAP_BIND_CREDENTIALS
at this point.
/lib/systemd/system/auth0-adldap.service
could contain the following:
node admin/server.js
to access the admin UI. The admin UI will be running and available on http://localhost:8357
.
Invalid Ticket
message when configuring the Connector for the first time, the most likely cause is a network issue (for example, you have the Connector running behind a proxy).