-
Bug
-
Resolution: Obsolete
-
Medium
-
None
-
None
-
None
-
Severity 2 - Major
-
From JRA-24799.
It's possible for crowd directory attributes such as the LDAP filter string to exceed 255 chars.
However, we currently restrict the directory attribute column length.
Presumably for compatibility with indexing requirements for MySQL?
- causes
-
JRASERVER-24799 Crowd Directory Attributes can exceed 255 chars, causing problems for long but valid LDAP filter strings
-
- Closed
-
This is correct - indexing in MySQL forces us to restrict the number of chars.
Since we do not search on directory attributes, perhaps this restriction can be relaxed so that we don't index attributes in MySQL. This would result in a schema change though.