Is PHP 7.2 supported? mcrypt still needed? Plugin does not work.
-
I can’t make this plugin to work. I’m running it on CentOS 7.6 with PHP 7.2 and the shipped Apache 2.4 version.
At a first moment I was thinking that the problem was mcrypt, so I compiled it with PECL. But it still does not work. The log isn’t helpful either:
2019-02-15 23:18:25 [INFO] NextADInt_Ldap_Connection::createConfiguration [line 104] LDAP connection is *not* encrypted
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] account_suffix =
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] base_dn = dc=domain,dc=com,dc=pt
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] domain_controllers = dc2.domain.com
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_port = 389
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] use_tls =
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] use_ssl =
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] network_timeout = 5
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_username = [email protected]
2019-02-15 23:18:25 [DEBUG] NextADInt_Ldap_Connection::createConfiguration [line 112] ad_password = *** protected password ***
2019-02-15 23:18:25 [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 said: Can’t contact LDAP serverI can do ldapsearch on the machine with GSSAPI, but the plugin simply cant work.
The topic ‘Is PHP 7.2 supported? mcrypt still needed? Plugin does not work.’ is closed to new replies.