CMDBuild Forum

CMDBuild Ready2Go 2.4 - no LDAP auth

Hi
I need settings CMDBuild Ready2Go 2.4 for LDAP auth
I did try create auth.conf and “cmdbuild.sh restws setconfig” - but after i entering username and pass - i see in log only chain FileAuthenticatorRsaAuthenticatorDbAuthenticator
When started - system is not loging error of config, but LDAP is not working

I need plugin ? It is free ?

Hi,

LDAP authentication is not enabled/configured automatically in CMDBuild READY2YSE. To use LDAP, you must configure the LDAP provider as described in the official documentation: https://docs.cmdbuild.org/docs/technical/authentication-modes#ldap-configuration

The recommended way is to set the required LDAP configuration parameters from the command line using: cmdbuild.sh restws setconfig

After configuring the LDAP settings (server, bind credentials, search parameters, etc.) and enabling the authentication provider, LDAP login should work correctly.

Regards.