How to disable LDAP configuration without having LDAP connection?

Hi,

I'm a newbie in SugarCRM.

I got source codes of SugarCRM (Dockerize) from another programmer but it need login via LDAP connection (which I don't have authorize).

I want to change configurations to login using local db in my pc instead.

How can I change some source code or configuration files to login using password in users table?

After that, I can re-update to default password follow to this URL.

https://support.sugarcrm.com/Knowledge_Base/Password_Management/Resetting_the_Administrator_Password_From_the_Database/

  • Hi Tanin,

    If you have access to your DB server, Please login to Mysql and execute the below query on the SugarCRM database.

    UPDATE config SET value=0 WHERE category='system' AND name='ldap_enabled';

    If you execute this query, it will disable the ldap in Sugar Database.


    Hope this information helps to resolve this issue.

    Thanks and Regards,

    PK,

    https://www.bhea.com