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

Design pages: fix userId in passkey #80

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

ikerexxe
Copy link
Contributor

@ikerexxe ikerexxe commented Feb 6, 2024

userId is a private attribute and it shouldn't be stored in a public LDAP attribute. Thus, it was decided to stop printing it and storing it in LDAP, but I forgot to update the design. This commit fixes this issue.

Resolves: SSSD/sssd#7165

userId is a private attribute and it shouldn't be stored in a public
LDAP attribute. Thus, it was decided to stop printing it and storing it
in LDAP, but I forgot to update the design. This commit fixes this
issue.

Resolves: SSSD/sssd#7165

Signed-off-by: Iker Pedrosa <[email protected]>
Copy link
Contributor

@justin-stephenson justin-stephenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, thank you.

@ikerexxe ikerexxe merged commit 8b310f3 into SSSD:master Feb 12, 2024
2 checks passed
@ikerexxe ikerexxe deleted the passkey_discoverable branch February 12, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passkey mapping doesn't contain userID when --cred-type='discoverable'
2 participants