cannot add user to group
Created by: xego
I've Gitlab 7.10 CE with LDAP integration. Trying to add a new user to a group doesn't work. The only users prompted are the ones that are already members of the group. Looking at the ajax calls I've saw that the GET is like that:
http://gitlab/autocomplete/users.json?search=123&per_page=20&active=true&group_id=11
filtered on the group members, removing the group_id param i receive a json with all the matching users as expected.
I'm missing something ?