Mantis 1.2.3: Configuration ldaps with certificate
Posted: 11 Nov 2010, 12:23
Hi friends,
I want to use Mantis with ldap authentication over ldaps with a self signed certificate. Besides the configuration parameters in config_inc.php, how do I manage to get this working? The LDAP server is running and a test-connection with another LDAP client works perfectly. Currently I get the error "LDAP Authentication Failed", my config looks like this:
Thanks!
Kind regards,
dandjo
I want to use Mantis with ldap authentication over ldaps with a self signed certificate. Besides the configuration parameters in config_inc.php, how do I manage to get this working? The LDAP server is running and a test-connection with another LDAP client works perfectly. Currently I get the error "LDAP Authentication Failed", my config looks like this:
Code: Select all
$g_login_method = LDAP;
$g_ldap_server = 'ldaps://url.to.server';
$g_ldap_port = '636';
$g_ldap_protocol_version = 3;
$g_ldap_root_dn = 'dc=mantisdc';
$g_ldap_uid_field = 'uid';
$g_ldap_realname_field = 'cn';
$g_use_ldap_email = ON;
$g_use_ldap_realname = ON;Kind regards,
dandjo