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

Pure Ruby LDAP library

Results 94 ruby-net-ldap issues
Sort by recently updated
recently updated
newest added

We're using version 0.12.1, which should support the `time:` arg in the `search` method. However, in testing with a network simulator proxy I can't get this argument to actually timeout...

Bugs

When building the `cookie` of a paged search we are currently calling `to_ber` when we should be calling `to_ber_bin` to avoid encoding it to UTF-8 and 'breaking' the cookie format....

after may time I finally got to decode the SID binary string you got from AD in objectsid or some other fields perhaps you could put this in some doc...

### Issue: ldap-bind with AD fails when username contains character 'ß' (LATIN SMALL LETTER SHARP S) For e.g.: username: "Üßàùªñ1" password: "something" domain: ABC ldap binding fails. LDAP bind result...

Our CA certificate expired in Dec 2020 and our test suite is now failing. I tried generating a new certificate but then OpenSSL complained about a self-signed certificate in the...

What are the SSL/TLS versions supported for ldaps:// queries? I'm getting the error `Net::LDAP::Error (SSL_connect returned=1 errno=0 state=error: unsupported protocol)` and I'd like to debug the issue.

Modify exceptions to allow Net::LDAP::ConnectionRefusedError to be caught with Errno::ECONNREFUSED (allowing code to start using correct exception), while maintaining compatibility with code using Net::LDAP::ConnectionRefusedError. Display deprecation warnings for code that...

In situation when OpenLDAP is configured with "disallow bind_anon" in slapd.conf, the bind operation will return "LDAP_INAPPROPRIATE_AUTH - anonymous bind disallowed". According to https://www.openldap.org/doc/admin23/security.html#Authentication%20Methods a anonymous bind is not fatal...