Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ldapwhoami (RFC4532) (now with tests) #425

Merged
merged 6 commits into from
Nov 24, 2024

Commits on Apr 5, 2024

  1. Add support for ldapwhoami (RFC4532)

    a7b81a9086 authored and zeroSteiner committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1a27513 View commit details
    Browse the repository at this point in the history
  2. Do not break Net::LDAP#modify_password

    a7b81a9086 authored and zeroSteiner committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0e38c4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d38606 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5e82fa View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    c3320a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Fix processing password modify responses

    Per RFC4511 section 4.12, the responseValue field of an ExtendedResponse object is an optional string.
    Per RFC3062 section 2, the response to a passsword modify request is a sequence.
    This means the extended response must be parsed.
    zeroSteiner committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3f33379 View commit details
    Browse the repository at this point in the history