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 3b7974f commit afa1f6aCopy full SHA for afa1f6a
lib/github/ldap/forest_search.rb
@@ -22,8 +22,8 @@ def initialize(connection, naming_context)
22
23
# Search over all domain controllers in the ActiveDirectory forest.
24
#
25
- # options: options hash passed in from GitHub::Ldap#search
26
- # &block: optional block passed in from GitHub::Ldap#search
+ # options: is a hash with the same options that Net::LDAP::Connection#search supports.
+ # block: is an optional block to pass to the search.
27
28
# If no domain controllers are found in the forest, fall back on searching
29
# the main GitHub::Ldap object in @connection.
0 commit comments