tatankat
Now, as administrator user, i tested the ldap connection with using the 'Test connection' button onto the LDAP Authentication module web page.
I have an error while the old v4.1.0 version with the same login data managed to connect to the ldap
The following notice has stopped further execution:
Undefined index: <My Object DN Attribute Value> in /thebuggenie/modules/auth_ldap/Auth_ldap.php, line 663
Stack trace:
require()
/thebuggenie/core/framework/Context.php, line 316
thebuggenie\modules\auth_ldap\Auth_ldap->getLDAPUserInformation()
thebuggenie/modules/auth_ldap/Auth_ldap.php, line 435
thebuggenie\modules\auth_ldap\Auth_ldap->testConnection()
/thebuggenie/modules/auth_ldap/controllers/Main.php, line 20
thebuggenie\modules\auth_ldap\controllers\Main->runTestConnection()
/thebuggenie/core/framework/Context.php, line 2383
thebuggenie\core\framework\Context::performAction()
/thebuggenie/core/framework/Context.php, line 2679
thebuggenie\core\framework\Context::go()
/thebuggenie/public/index.php, line 29
Code of Auth_ldap.php:
659 // Grab username.
660 $user['username'] = $ldap_user[strtolower($username_attr)][0];
661
662 // Grab DN.
663 $user['ldap_username'] = $ldap_user[$dn_attr][0];
The same error appears if i attempt to import users