supported base64 encoding for binary attribute values

This commit is contained in:
blackhedd 2006-08-29 00:24:29 +00:00
parent f1e9861b50
commit 1deab245d6
2 changed files with 41 additions and 7 deletions

View file

@ -9,6 +9,8 @@
* Changed Net::LDAP::Entry so it can be marshalled and unmarshalled.
Thanks to an anonymous feature requester who only left the name
"Jammy."
* Added support for binary values in Net::LDAP::Entry LDIF conversions
and marshalling.
== Net::LDAP 0.0.4: August 15, 2006
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for