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

Pure Ruby LDAP library

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

Originally submitted on 2011-03-03 by C C (ccom): It's much better (faster, more secure, etc.) to communicate to a local LDAP server over a Unix socket (ldapi). Net::LDAP, however, does...

Feature Requests

Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Little details, to know easily: - tls-unique for TLS =< 1.2 - tls-server-end-point - tls-exporter...

Dear @ruby-ldap team, In first, I wish you a Happy New Year! Can you add supports of : - SCRAM-SHA-1 - SCRAM-SHA-1-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS...

Feature Requests

Related to https://github.com/ruby-ldap/ruby-net-ldap/issues/405

Using `net/ldap` with `ldap.google.com:636`: ``` require 'net/ldap' ldap = Net::LDAP.new :host => 'ldap.google.com', :port => 636, :encryption => :simple_tls, :auth => { :method => :simple, :username => 'test', :password =>...

Hi, this is my first attempt at contributing to an open source project, so if anything is missing feel free to tell me. I am trying to close issue #395...

I followed the example here: https://www.rubydoc.info/github/ruby-ldap/ruby-net-ldap/Net/LDAP#add-instance_method no matter what I try all I get back is 'false' when I attempt to add a user record.

Quote from the RFC: ``` The "Who am I?" operation provides a mechanism, a whoami Request, for the client to request that the server return the authorization identity it currently...

Feature Requests

`Net::LDAP::DN.escape()` is meant to adhere to https://datatracker.ietf.org/doc/html/rfc2253#section-2.4, which defines the convention for escaping attribute values. Here's the related code: https://github.com/ruby-ldap/ruby-net-ldap/blob/d6bb5c8d694662e36317f21d96cd6b02db263b6d/lib/net/ldap/dn.rb#L192-L216 The code properly escapes the special characters included in the...

Bugs

Dear @ruby-ldap team, In first, I wish you a Happy New Year! 20 November 2008: CRAM-MD5 to Historic: - https://tools.ietf.org/html/draft-ietf-sasl-crammd5-to-historic-00 29 June 2017: CRAM-MD5 to Historic: - https://tools.ietf.org/html/draft-zeilenga-luis140219-crammd5-to-historic-00 July 2011:...