Skip to content

Commit 4b8ac0a

Browse files
committed
Add group objectclass to allow AD nested group search.
Bump to 1.3.5
1 parent 41cb4b9 commit 4b8ac0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

github-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "github-ldap"
5-
spec.version = "1.3.4"
5+
spec.version = "1.3.5"
66
spec.authors = ["David Calavera"]
77
spec.email = ["david.calavera@gmail.com"]
88
spec.description = %q{Ldap authentication for humans}

lib/github/ldap/group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Ldap
1212
class Group
1313
include Filter
1414

15-
GROUP_CLASS_NAMES = %w(groupOfNames groupOfUniqueNames posixGroup)
15+
GROUP_CLASS_NAMES = %w(groupOfNames groupOfUniqueNames posixGroup group)
1616

1717
attr_reader :ldap, :entry
1818

0 commit comments

Comments
 (0)