LDAP Your account may be disabled or blocked or the username/password you entered is incorrect.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
FedericoCoppola
Posts: 4
Joined: 11 Jan 2021, 17:01

LDAP Your account may be disabled or blocked or the username/password you entered is incorrect.

Post by FedericoCoppola »

Hi all,
I have installed the lastest version of Mantis Bug Tracker Software on Ubuntu 18.04 LTS Virtual Machine with success.
I have followed LDAP configuration from this official page of Mantis Documentation without success:
https://www.mantisbt.org/wiki/doku.php/ ... _directory

This is my configuration:

Code: Select all


/*---LDAP---*/
$g_login_method = 'LDAP';
$g_ldap_server = 'ldap://domaincontroller.domain.local:389';
$g_ldap_root_dn = 'DC=Company,DC=local';
$g_ldap_uid_field = 'sAMAccountName';
$g_ldap_bind_dn = 'UserLDAP';
$g_ldap_bind_passwd = 'Password';
$g_use_ldap_email = OFF;
$g_ldap_protocol_version = 3;
$g_log_level = LOG_LDAP;
$g_log_destination = 'file:/var/log/mantis.log';

I get the following error on the web page:

Code: Select all

Your account may be disabled or blocked or the username/password you entered is incorrect.
How can I solve it?
Thanks
Federico
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: LDAP Your account may be disabled or blocked or the username/password you entered is incorrect.

Post by cas »

Please search this forum ( https://www.mantisbt.org/forums/search. ... words=LDAP ), has been discussed multiple times here.
Post Reply