Verification failed! Please check your logfile for further information
-
I have been working on implementing the NADI plugin into an organizations WP environment for the past weeks. Whenever I go to verify the connection, I get the “Verification failed! Please check your logfile for further information” error. When I pull the logs here’s what I see:
2018-03-12 15:05:40 [ERROR] NextADInt_Ldap_Connection::connect [line 61] Creating adLDAP object failed. Bind to Active Directory failed. Check the login credentials and/or server details. [AD: Can’t contact LDAP server] [AD error code: -1]
2018-03-12 15:09:55 [INFO] NextADInt_Ldap_Connection::createConfiguration [line 104] LDAP connection is *not* encrypted
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] account_suffix =
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] base_dn = OU=_Users,DC=XXXXX,DC=ORG
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] domain_controllers = 173.xxx.xxx.xxx
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_port = 389
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] use_tls =
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] use_ssl =
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] network_timeout = 5
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_username = [email protected]
2018-03-12 15:09:55 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_password = *** protected password ***
2018-03-12 15:10:00 [ERROR] NextADInt_Ldap_Connection::connect [line 61] Creating adLDAP object failed. Bind to Active Directory failed. Check the login credentials and/or server details. [AD: Can’t contact LDAP server] [AD error code: -1]When I try on port 44389:
2018-03-12 15:10:00 [ERROR] NextADInt_Ldap_Connection::connect [line 61] Creating adLDAP object failed. Bind to Active Directory failed. Check the login credentials and/or server details. [AD: Can’t contact LDAP server] [AD error code: -1]
2018-03-12 15:27:37 [INFO] NextADInt_Ldap_Connection::createConfiguration [line 104] LDAP connection is *not* encrypted
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] account_suffix =
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] base_dn = OU=_Users,DC=XXXXXX,DC=ORG
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] domain_controllers = 173.xxx.xxx.xxx
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_port = 44389
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] use_tls =
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] use_ssl =
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] network_timeout = 5
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_username = [email protected]
2018-03-12 15:27:37 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_password = *** protected password ***
2018-03-12 15:27:42 [ERROR] NextADInt_Ldap_Connection::connect [line 61] Creating adLDAP object failed. Bind to Active Directory failed. Check the login credentials and/or server details. [AD: Can’t contact LDAP server] [AD error code: -1]Here’s what I have checked so far:
– Made sure traffic from the remote webserver (WP site is hosted with Pantheon) is passing through the firewall to the internal network on port 44389, then being translated to 389. Verified this through Packet Tracer.
– Verified the Base DN was correct and even tried other variations.
– Created an incoming rule on the Windows Server (Org’s DC) for port 44389
– Verified the credentials that I am using to test the connection are correct.Is there anything that I am missing? I contacted NADI support and they made a few basic recommendations, but are now stating that they’re happy to charge us for additional support if it is pertaining to our environment.
- The topic ‘Verification failed! Please check your logfile for further information’ is closed to new replies.