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

negcache: add fq-usernames of know domains to all UPN neg-caches #834

Closed
wants to merge 1 commit into from

Conversation

sumit-bose
Copy link
Contributor

The previous patch for this issue did not handle user with
fully-qualified names from known domains correctly. Here the user was
only added to the negative cache of the known domain but not to the
negative UPN caches for all domains. This patch fixes this.

Related to https://pagure.io/SSSD/sssd/issue/3978

The previous patch for this issue did not handle user with
fully-qualified names from known domains correctly. Here the user was
only added to the negative cache of the known domain but not to the
negative UPN caches for all domains. This patch fixes this.

Related to https://pagure.io/SSSD/sssd/issue/3978
@jhrozek jhrozek self-assigned this Jun 24, 2019
Copy link
Contributor

@jhrozek jhrozek left a comment

Choose a reason for hiding this comment

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

LGTM and fixes the issue. Let me run the patch through static analysers before acking and pushing..

@jhrozek
Copy link
Contributor

jhrozek commented Jun 25, 2019

I guess the covscan instance must have been updated because it found several potential issues I have not seen before. We should triage them eventually, but they are all in parts of code unrelated to this patch.

@jhrozek
Copy link
Contributor

jhrozek commented Jun 25, 2019

(Also a unit test was pushed to sssd-1-16 as a prerequisite)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants