Skip to content

Commit 013bb28

Browse files
committed
Server returns supportedCapabilities
1 parent 9462676 commit 013bb28

File tree

1 file changed

+1
-1
lines changed
  • lib/github/ldap/membership_validators

1 file changed

+1
-1
lines changed

lib/github/ldap/membership_validators/detect.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def strategy_config
5252
#
5353
# Returns true if the host is an ActiveDirectory server, false otherwise.
5454
def active_directory_capability?
55-
capabilities[:supportcapabilities].include?(ACTIVE_DIRECTORY_V61_R2_OID)
55+
capabilities[:supportedcapabilities].include?(ACTIVE_DIRECTORY_V61_R2_OID)
5656
end
5757

5858
# Internal: Returns the Net::LDAP::Entry object describing the LDAP

0 commit comments

Comments
 (0)