sdelements / lets-chat-ldap

LDAP plugin for Let's Chat
MIT License
33 stars 12 forks source link

ldap + local: Every user is logged in as the first user #18

Open ckulla opened 9 years ago

ckulla commented 9 years ago

I've set up lets-chat 0.4.2 with docker and ldap support. First user can log in fine. But when another user logs in (with different user name and password) he ends up being logged in as the first user. So every user is acting as the first user !?! What information do you need for further analysis?

raesene commented 9 years ago

I had this problem and it was where I had setup local auth first and then added on LDAP later. For me the solution was to use LDAP only and re-create the database..

ckulla commented 9 years ago

I can confirm that this issue doesn't occur when you only have ldap configured.