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

ldap: add 'exop_force' value for ldap_pwmodify_mode #7614

Closed
wants to merge 2 commits into from

Commits on Oct 15, 2024

  1. ldap: add 'exop_force' value for ldap_pwmodify_mode

    In case the LDAP server allows to run the extended operation to change a
    password even if an authenticated bind fails due to missing grace logins
    the new option 'exop_force' can be used to run the extended operation to
    change the password anyways.
    
    :config: Added `exop_force` value for configuration option
      `ldap_pwmodify_mode`. This can be used to force a password change even
      if no grace logins are left. Depending on the configuration of the
      LDAP server it might be expected that the password change will fail.
    sumit-bose committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    72a7fd0 View commit details
    Browse the repository at this point in the history
  2. tests: add 'expo_force' tests

    The new value for the ldap_pwmodify_mode option 'exop_force' is added to
    existing test. A new test to illustrate the different behavior of 'exop'
    and 'exop_force' is added.
    sumit-bose committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c8564c View commit details
    Browse the repository at this point in the history