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.
1 parent 9462676 commit 013bb28Copy full SHA for 013bb28
lib/github/ldap/membership_validators/detect.rb
@@ -52,7 +52,7 @@ def strategy_config
52
#
53
# Returns true if the host is an ActiveDirectory server, false otherwise.
54
def active_directory_capability?
55
- capabilities[:supportcapabilities].include?(ACTIVE_DIRECTORY_V61_R2_OID)
+ capabilities[:supportedcapabilities].include?(ACTIVE_DIRECTORY_V61_R2_OID)
56
end
57
58
# Internal: Returns the Net::LDAP::Entry object describing the LDAP
0 commit comments