-
Type:
Bug
-
Status: Closed
-
Resolution: Inactive
-
Affects Version/s: 6.2.5 CE GA6, 6.2.10 EE GA1, 6.2.X EE
-
Fix Version/s: None
-
Labels:
-
Fix Priority:3
Steps to reproduce it:
- Create a user in the LDAP
- Create a group whose name is higher than 75 characters in the LDAP (use 200 characters when
LPS-74808is solved) - Associate that user to the previous created group in the LDAP.
- Startup Liferay
- Enable LDAP authentication
- Login with the previous user
- Logout
- Login again with the previous user
Results:
You won't be able to login and the following query will return results (this indicates that an inconsistency was created):
{quote}select * from users_usergroups uug where uug.usergroupid not in (select usergroupid from usergroup);{quote}
Expected results:
You will be able to login and the previous results won't return records.