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 f1e208c commit 4597aadCopy full SHA for 4597aad
lib/net/ldap/connection.rb
@@ -329,9 +329,8 @@ def search(args = {})
329
330
sort_control = encode_sort_controls(args.fetch(:sort_controls){ false })
331
332
- deref = args[:deref] || Net::LDAP::DerefAliases_Never
333
- raise Net::LDAP::LdapError.new( "invalid alias dereferencing value" ) unless Net::LDAP::DerefAliasesArray.include?(deref)
334
-
+ deref = args[:deref] || Net::LDAP::DerefAliases_Never
+ raise Net::LDAP::LdapError.new( "invalid alias dereferencing value" ) unless Net::LDAP::DerefAliasesArray.include?(deref)
335
336
# An interesting value for the size limit would be close to A/D's
337
# built-in page limit of 1000 records, but openLDAP newer than version
0 commit comments