Results 2 comments of xoryves

Yes, it seems to be a threding problem, because of linking against libldap. I get seg faults when used with puma. See issue https://github.com/bearded/ruby-ldap/issues/13 and pull https://github.com/bearded/ruby-ldap/pull/28

Is it not enough to use `gem install ruby-ldap -- --without-libldap` or `bundle config build.ruby-ldap --without-libldap`? I have needed it for a rails app with puma. With libldap there were...