hello,
I would like to use both types of connection, both LDAP and connection via table, is it possible?
in phpmaker 2024, in the users table, if I set a password (even if theoretically it must remain empty because the authentication occurs with ldap), when I was offline, with ldap authentication active, if I entered username and password (set in the db) I accessed.
No, if LDAP is enabled, it is supposed to be authenticated with LDAP server. If the LDAP authentication fails, the user will be redirected to the login page. If the authentication succeeds, it will try to find a user with the same user name from the users table.