bearded / ruby-ldap

Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.
http://rubyforge.org/projects/ruby-ldap/
Other
66 stars 34 forks source link

Add missing ldap_raname_s() function availability check #24

Closed kou closed 11 years ago

kou commented 11 years ago

If ldap_add_ext_s() is found, the current code assumes that ldap_rename_s() is also found. But it is not correct. We should check ldap_rename_s() function availability for ldap_rename_s().

ghost commented 11 years ago

@kou, thank you! :)