removed a comment which is no longer true.
This commit is contained in:
parent
e3a743d392
commit
54d929dae5
|
@ -153,8 +153,6 @@ class LDAP
|
||||||
# Converts the Entry to a String, representing the
|
# Converts the Entry to a String, representing the
|
||||||
# Entry's attributes in LDIF format.
|
# Entry's attributes in LDIF format.
|
||||||
#--
|
#--
|
||||||
# TODO, this doesn't support binary representations,
|
|
||||||
# nor does it break overlength lines.
|
|
||||||
def to_ldif
|
def to_ldif
|
||||||
ary = []
|
ary = []
|
||||||
ary << "dn: #{dn}\n"
|
ary << "dn: #{dn}\n"
|
||||||
|
|
Loading…
Reference in a new issue