Added LDAP#modify_rdn as a synonym for LDAP#rename.
This commit is contained in:
parent
ee488f9384
commit
28efeadd94
|
@ -305,6 +305,11 @@ module Net
|
||||||
@result == 0
|
@result == 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# modify_rdn is an alias for rename.
|
||||||
|
def modify_rdn args
|
||||||
|
rename args
|
||||||
|
end
|
||||||
|
|
||||||
end # class LDAP
|
end # class LDAP
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue