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 9a9d5f0 commit 9fa0b98Copy full SHA for 9fa0b98
lib/net/ldap.rb
@@ -1542,7 +1542,7 @@ def add(args)
1542
#--
1543
# TODO: need to support a time limit, in case the server fails to respond.
1544
#++
1545
- def rename args
+ def rename(args)
1546
old_dn = args[:olddn] or raise "Unable to rename empty DN"
1547
new_rdn = args[:newrdn] or raise "Unable to rename to empty RDN"
1548
delete_attrs = args[:delete_attributes] ? true : false
0 commit comments