Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
* add new_superior into log message.
Browse files Browse the repository at this point in the history
git-svn-id: http://ruby-activeldap.googlecode.com/svn/trunk@1093 fd4f1387-ac19-0410-9179-05984c98faae
  • Loading branch information
koutou committed Sep 22, 2009
1 parent 13210f3 commit 8c24c61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/active_ldap/adapter/net_ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ def modify_rdn(dn, new_rdn, delete_old_rdn, new_superior, options={})
end
info = {
:name => "modify: RDN",
:dn => _dn, :new_rdn => _new_rdn, :delete_old_rdn => _delete_old_rdn,
:dn => _dn,
:new_rdn => _new_rdn,
:new_superior => _new_superior,
:delete_old_rdn => _delete_old_rdn
}
execute(:rename, info,
:olddn => _dn,
Expand Down

0 comments on commit 8c24c61

Please sign in to comment.