https://bugzilla.wikimedia.org/show_bug.cgi?id=50515

       Web browser: ---
            Bug ID: 50515
           Summary: Special:ManageProject uses user input for adding
                    members, rather than the exact CN
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: OpenStackManager
          Assignee: rlan...@gmail.com
          Reporter: rlan...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

When adding members to a project, the interface adds the user's input as the
group member, rather than the CN value of the user's account. Though we ensure
the value being added is valid, we aren't checking to ensure the case matches.
The LDAP search for this attribute is case-insensitive, but we occasionally do
case-sensitive checks in code, which leads to inconsistent behavior.

When adding users or any other reference to other objects in LDAP, we should
fetch the object from LDAP and use the attribute's value.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to