We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 157fcfa + 094a3d5 commit 8d18e13Copy full SHA for 8d18e13
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# v1.8.2
4
+
5
+* Ignore case when comparing ActiveDirectory DNs [#82](https://github.com/github/github-ldap/pull/82)
6
7
# v1.8.1
8
9
* Expand supported ActiveDirectory capabilities to include Windows Server 2003 [#80](https://github.com/github/github-ldap/pull/80)
github-ldap.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "github-ldap"
- spec.version = "1.8.1"
+ spec.version = "1.8.2"
spec.authors = ["David Calavera", "Matt Todd"]
spec.email = ["david.calavera@gmail.com", "chiology@gmail.com"]
spec.description = %q{LDAP authentication for humans}
0 commit comments