summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-28 13:54:38 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-28 13:57:52 +0100
commit2e6b537018062b8407411e7bd51327f797f2fe1f (patch)
tree6a649ced45abaeed4e4bdee6fd66663bda786d21 /CHANGELOG
parent4af38885dfee57fee5e7a61ed59987a5454d5714 (diff)
downloadgitlab-ce-2e6b537018062b8407411e7bd51327f797f2fe1f.tar.gz
Use omniauth nickname as the username for LDAP
Before there was a bug in omniauth-ldap which prevented samaccountname showing up as a possible username for new LDAP users. Thanks to upstream fixes, we no longer need to work around this bug.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06d19df7a32..0224d950283 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ v 6.8.0
- Ability to at mention users that are participating in issue and merge req. discussion
- Enabled GZip Compression for assets in example Nginx, make sure that Nginx is compiled with --with-http_gzip_static_module flag (this is default in Ubuntu)
- Make user search case-insensitive (Christopher Arnold)
+ - Remove omniauth-ldap nickname bug workaround
v 6.7.2
- Fix upgrader script