Skip to content
Snippets Groups Projects
  1. Nov 04, 2013
    • Elias Mårtenson's avatar
      When looking up a user by DN, use single scope · e4e96f2d
      Elias Mårtenson authored
      The blocked? method is used to check whether a user exists in LDAP. Prior to this change, if the LDAP server had more objects below the one pointed to by the DN, those objects would also be picked up by the search, causing the method to determine the user should be blocked.
      
      One case where this can happen is when using Active Directory and a user have a mobile phone assigned. In this case, Exchange will add an entry called ExchangeActiveSyncDevices under the users entry. The user-visible behaviour is then that a user loses Gitlab access when he enables a mobile device.
      
      This fix sets the search scope to BaseObject in order to ensure that only the user itself is returned.
      e4e96f2d
    • Dmitriy Zaporozhets's avatar
      Merge branch 'gitlab_shell_174_for_6_2_stable' of... · a811a4fa
      Dmitriy Zaporozhets authored
      Merge branch 'gitlab_shell_174_for_6_2_stable' of /home/git/repositories/gitlab/gitlabhq into 6-2-stable
      a811a4fa
  2. Nov 01, 2013
  3. Oct 31, 2013
  4. Oct 28, 2013
  5. Oct 25, 2013
  6. Oct 22, 2013
  7. Oct 21, 2013
  8. Oct 20, 2013
  9. Oct 19, 2013
  10. Oct 18, 2013
Loading