Users without LDAP
-
I have an odd one:
Setup users just in EspoCRM, "Regular" (as opposed to "Admin").
Not added as Cloudron LDAP Users.
They can't seem to login when set to "Regular",
They can if set to "Admin", and can't again if set back to "Regular".
Might not be a Cloudron integration thing and me just missing something obvious.
Any experience of or fresh eyes on this?
-
@marcusquinn yes, can confirm.
There is line in the log (/run/espocrm/logs/espocrm.log) that says as much
LDAP: Authentication failed for user [gaga], details: user is not found.
(gaga was my test user).It seems the behavior is intentional. If you go to Admin -> Authentication, you have to select one or the other. What's interesting is that in the very end of LDAP configuration, you see "Use LDAP Authentication for Portal Users". Which I guess means you can create regular portal users. Just not regular espocrm users.
-
@marcusquinn I tested by adding
gaga
inside EspoCRM directly and that doesn't work. If I addgaga
as a Cloudron user and then try to login, it works.