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

pam: fix section parsing issue #6082

Closed
wants to merge 3 commits into from

Commits on Mar 30, 2022

  1. pam: fix section parsing issue

    Due to a typo it was always necessary to have a `[prompting/password]`
    section in sssd.conf to enable the other `prompting` section.
    
    This patch fixes this and adds some unit test to cover that part of the
    code.
    
    Resolves: SSSD#6081
    sumit-bose committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6199844 View commit details
    Browse the repository at this point in the history
  2. tests: add utilities for cmocka based unit tests

    Calls to list all tests and run only a single test are added.
    
    Resolves: SSSD#6081
    sumit-bose committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d093c58 View commit details
    Browse the repository at this point in the history
  3. tests: allow to run single pam-srv-tests tests

    Since each pam-srv-test will remove the test directory the --no-cleanup
    option only makes sense if a test can be run individually.
    
    Resolves: SSSD#6081
    sumit-bose committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d73823c View commit details
    Browse the repository at this point in the history