Open tuxmea opened 9 months ago
There is only one scenario I can think of where this could happen. Is it possible that the update wiped the database?
Even in the case of LDAP users we save user records to the database. And the user session is bound to the database id of the user.
So the following could happen: User FOO3 signs in and gets the database ID 2. An update is installed that wipes the database. FOO2 signs in and gets the database ID 2 in the newly created database. User FOO3's session is still valid, so no new sign-in is necessery. HDM now thinks FOO3 is FOO2.
TODO: check with customer if the DB is inside the container or outside of the container.
sqlite DB:
User FOO3 logs in and sees account data from user FOO2.
After logout and new log in user FOO3 sees his own account.
Seems to be related to HDM update as no other changes were done.