CHANGELOG-EE 940 Bytes
Newer Older
1 2 3
v 6.7.1
  - Handle LDAP errors in Adapter#dn_matches_filter?

4 5
v 6.7.0
  - Improve LDAP sign-in speed by reusing connections
6
  - Add support for Active Directory nested LDAP groups
7 8
  - Git hooks: Commit message regex
  - Git hooks: Deny git tag removal
9
  - Fix group edit in admin area
10

11 12 13
v 6.5.0
  - Add reset permissions button to Group#members page

14 15 16 17 18 19 20
v 6.4.0
  - Respect existing group permissions during sync with LDAP group (d3844662ec7ce816b0a85c8b40f66ee6c5ae90a1)

v 6.3.0
  - When looking up a user by DN, use single scope (bc8a875df1609728f1c7674abef46c01168a0d20)
  - Try sAMAccountName if omniauth nickname is nil (9b7174c333fa07c44cc53b80459a115ef1856e38)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
21 22 23 24 25 26
v 6.2.0
  - API: expose ldap_cn and ldap_access group attributes
  - Use omniauth-ldap nickname attribute as GitLab username
  - Improve group sharing UI for installation with many groups
  - Fix empty LDAP group raises exception
  - Respect LDAP user filter for git access