-
Bug
-
Resolution: Fixed
-
Medium
-
2.8, 2.8.1
-
None
-
23
-
When an LDAP user whose name in LDAP is in uppercase views their preferences, only 'View Profile' tab is visible.
'Edit Profile', 'Labels', 'Watches' and 'Drafts' are missing, as well as CreatePersonalSpace link.
This used to work in 2.7.1.
The reason these tabs don't work is because isViewingMyProfile returns false, when it should be returning true.
Adding extra debug shows that fails because it is comparing different cases of the same username e.g.
ADMIN == admin returns false.
- is related to
-
CONFSERVER-14865 User Profiles not Editable under LDAP integration
- Closed
-
CONFSERVER-12070 SOAP method addGroup gives error when creating uppercase group names in 2.8, but didn't in 2.5.6
- Closed
- relates to
-
CONFSERVER-8098 User browser shows duplicate accounts when a user exists both locally and in LDAP
- Closed