Details
-
Bug
-
Resolution: Fixed
-
Minor
-
9.5.7
-
None
-
Unknown
-
Description
If a user profile cannot be found by its uid, it is looked up by dn instead.
This does not work with Oracle, as it maps the XWiki "LargeString" property type to the CLOB type, and fields with this type cannot be used in comparison operators in SQL.
This makes the login fail with the error message above.