-
Notifications
You must be signed in to change notification settings - Fork 247
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
Test: Check the TGT of user after auth for passkey #7393
Conversation
b8e1c1b
to
c7e7b5a
Compare
I ran a manual test with sssd-2.10 installed and it worked but, I still had to modify the IPA container's [email protected] file to add:
Is there already a PR in the works to handle that? |
1e4d775
to
c6cc2ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just to remove the commented restore in umockdev_ipaotpd_update().
c6cc2ad
to
a51b7cc
Compare
b66c8ef
to
2515543
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2515543
to
c0e633f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
c0e633f
to
cdfac59
Compare
e9d88d5
to
def0ec5
Compare
def umockdev_ipaotpd_update(ipa: IPA, request: pytest.FixtureRequest): | ||
""" | ||
Update the [email protected] file from ipa server | ||
for umockdev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add more information here about why is this needed and when it is needed? I'm pretty sure we will forget it sooner or later. Otherwise ack!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, let me add more, I may not forget but good to have more details description. Thank you!
Add the test case of passkey where we are checking TGT of user after successful auth with IPA server. Also add the fixture to update the [email protected] file from server to make sure umockdev-run authenticate the user without showing data mis match error. Signed-off-by: Madhuri Upadhye <[email protected]>
def0ec5
to
852492f
Compare
There was a conflict in sssd-2-9. Please, open a standalone pull request. |
Add the test case of passkey where we are checking
TGT of user after successful auth with IPA server.
Also add the fixture to update the [email protected]
file from server to make sure umockdev-run authenticate
the user without showing data mismatch error.