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

7274.m #26

Closed
wants to merge 4 commits into from
Closed

7274.m #26

wants to merge 4 commits into from

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    d9eaa15 View commit details
    Browse the repository at this point in the history
  2. [ 7274] Add configuration tests for native auth

    These tests are based entirely off of the pam_password equivalents
    because they should behave in the same way.
    
    Tests for password_extend_lifetime have been written but are skipped
    because that configuration is not supported for native authentication.
    
    Tests for password expiration are also being skipped because the
    minimum TTL we can specify is 1 hour which is not feasible for
    automated testing.
    alanking committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9d8e69f View commit details
    Browse the repository at this point in the history
  3. [ 7274] Fixes for native authentication configs

    TTL needs to be converted to seconds before comparing against the
    min/max password time configurations.
    
    clientLogin needs to return a better error message when a failure
    occurs in rcGetLimitedPassword.
    alanking committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a802b08 View commit details
    Browse the repository at this point in the history
  4. [ 7274] Replace plugin-specific auth configs with general one

    The plugin-specific auth configurations (authentication::pam_password
    and authentication::native) have been replaced by a general config
    for all auth schemes. The string in R_GRID_CONFIGURATION is now just
    "authentication".
    alanking committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d036bb8 View commit details
    Browse the repository at this point in the history