-
Notifications
You must be signed in to change notification settings - Fork 270
[autobackport: sssd-2-9] test: check is an2ln plugin is disabled or not #8204
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
base: sssd-2-9
Are you sure you want to change the base?
[autobackport: sssd-2-9] test: check is an2ln plugin is disabled or not #8204
Conversation
0f90cbb to
c57fc32
Compare
|
@sumit-bose, hm: |
Hi, on the client the oroginal RPMs and not the ones build from the PR are installed when the test is run: @pbrezina, @alexey-tikhonov any idea why this might happen? bye, |
The Kerberos 'an2ln' localauth plugin should be disabled in AD and IPA environments where SSSD's localauth plugin can handle the mapping. In a plain Kerberos environment libkrb5 defaults should be used. Reviewed-by: Alexey Tikhonov <[email protected]> Reviewed-by: Alejandro López <[email protected]> (cherry picked from commit e95d3fe)
Reviewed-by: Alexey Tikhonov <[email protected]>
09dfd5f to
16a185c
Compare
No idea, the logs shows that the built packages were installed https://github.com/SSSD/sssd/actions/runs/19529532549/job/55909057764#step:6:391 |
This is an automatic backport of PR#8145 test: check is an2ln plugin is disabled or not to branch sssd-2-9, created by @sumit-bose.
Caution
@sumit-bose The patches did not apply cleanly. It is necessary to resolve conflicts before merging this pull request. Commits that introduced conflict are marked with
CONFLICT!.You can push changes to this pull request
Original commits
e95d3fe - test: check is an2ln plugin is disabled or not
Backported commits
Original Pull Request Body
The Kerberos 'an2ln' localauth plugin should be disabled in AD and IPA environments where SSSD's localauth plugin can handle the mapping. In a plain Kerberos environment libkrb5 defaults should be used.
Please note, this test is expected to fail until #8136 is commited.