Closed rogercgui closed 1 year ago
The connection test was made with the jumpcloud.com platform.
To make it work you need to change the following variables in the config.php file:
$use_ldap=1;
and these more:
$ldap_host = "ldap.jumpcloud.com"; $ldap_dn = "uid=rogercgui,ou=Users,o=12345e63a6932ca94fabcd,dc=jumpcloud,dc=com"; $ldap_search_context = "uid=rogercgui,ou=Users,o=12345e63a6932ca94fabcd,dc=jumpcloud,dc=com"; $ldap_port = "389"; $ldap_pass = "MyPass";
In php.ini it is necessary to enable the ldap extension:
Uncomment the line
extension=ldap
The connection test was made with the jumpcloud.com platform.
To make it work you need to change the following variables in the config.php file:
$use_ldap=1;
and these more:
In php.ini it is necessary to enable the ldap extension:
Uncomment the line
extension=ldap