ruby-ldap icon indicating copy to clipboard operation
ruby-ldap copied to clipboard

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...

Results 20 ruby-ldap issues
Sort by recently updated
recently updated
newest added

Hi, a collegaue of me has developed some improvements to get ruby-ldap to work on netscape/Solaris based systems. I'm not a C specialist,so i'm not really able to be a...

Hi, I just ran into several problems when using ruby-ldap to query users from a Microsoft Active Directory server, using Kerberos authentication. A major problem was that Active Directory always...

In the extconf.rb file, for OpenLDAP2, ruby-ldap attempts to link to both libldap and libldap_r: https://github.com/alexey-chebotar/ruby-ldap/blob/master/extconf.rb#L189 This causes problems on OpenBSD, since both ldap and ldap_r may define the same...

When I try to install the ruby-ldap gem into a user gemset using rvm (mixed mode) I get the following build error. I am on Ubuntu 12.10, rvm 1.24.7, ruby...

When trying to convert into YAML the values I get from my LDAP server through Treequel, strings are not marked as UTF-8 in Ruby 1.9.3 resulting in everything marked as...

No idea if this would work....but the PERL examples I've seen put newsuperior before deleteoldrdn in the params list. Thanks, Matt # conn.c /* - call-seq: - conn.modrdn(dn, new_rdn, new_superior,...

@bearded It seems that you can't maintain Ruby/LDAP. ActiveLdap organization https://github.com/activeldap depends on Ruby/LDAP. Can ActiveLdap organization take over Ruby/LDAP? (Transfer https://github.com/bearded/ruby-ldap to https://github.com/activeldap/ruby-ldap )

Clang 16 makes `-Wincompatible-function-pointer-types` an error by default. ruby-ldap hits the following failure when building with Clang 16: ``` [...] clang -I. -I/usr/include/ruby-2.7.0/x86_64-linux -I/usr/include/ruby-2.7.0/ruby/backward -I/usr/include/ruby-2.7.0 -I. -DUSE_OPENLDAP2 -DUSE_OPENLDAP -DLDAP_DEPRECATED -D_REENTRANT...

- ruby >= 3.0: > use rb_cObject instead of rb_cData - ruby < 3.0: > use rb_cData ruby 2.7 will be outdated soon.

This fixes ruby-ldap on Ruby 3.2+