removed a comment which is no longer true.

This commit is contained in:
blackhedd 2006-09-29 12:44:28 +00:00
parent e3a743d392
commit 54d929dae5

View file

@ -153,8 +153,6 @@ class LDAP
# Converts the Entry to a String, representing the
# Entry's attributes in LDIF format.
#--
# TODO, this doesn't support binary representations,
# nor does it break overlength lines.
def to_ldif
ary = []
ary << "dn: #{dn}\n"