ruby-ldap / ruby-net-ldap

Pure Ruby LDAP library
https://rubygems.org/gems/net-ldap
Other
399 stars 253 forks source link

Add support for ldapwhoami (RFC4532) #395

Open a7b81a9086 opened 3 years ago

a7b81a9086 commented 3 years ago

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 associates with the client.  It also provides a
   mechanism, a whoami Response, for the server to respond to that
   request.
HarlemSquirrel commented 2 years ago

I welcome a pull request to add this!