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

[RFE] RHEL8 sssd: inheritance of the case_sensitive parameter for subdomains. #5250

Closed
pbrezina opened this issue Jul 21, 2020 · 1 comment
Closed
Assignees
Labels
Bugzilla Closed: Fixed Issue was closed as fixed.

Comments

@pbrezina
Copy link
Member

Ticket was cloned from Red Hat Bugzilla: Bug 1855320

Currently, sssd's case_sentitive setting is not inherited, nor can it be set
for  subdomains. It will instead always be false for them (case is not
preserved and the names will be displayed in lower case).
It would made sense to have subdomain behave as their parent domain.
@pbrezina pbrezina self-assigned this Jul 21, 2020
pbrezina added a commit to pbrezina/sssd that referenced this issue Jul 21, 2020
pbrezina added a commit to pbrezina/sssd that referenced this issue Jul 21, 2020
pbrezina added a commit to pbrezina/sssd that referenced this issue Jul 21, 2020
pbrezina added a commit to pbrezina/sssd that referenced this issue Nov 12, 2020
Resolves: SSSD#5250

:feature: `case_sensitive` option can be now inherited by subdomains
pbrezina added a commit to pbrezina/sssd that referenced this issue Nov 12, 2020
Resolves: SSSD#5250

:feature: `case_sensitive` can be now set separately for each
  subdomain in `[domain/parent/subdomain]` section
:feature: `case_sensitive=Preserving` can now be set for trusted domains with AD provider
pbrezina added a commit to pbrezina/sssd that referenced this issue Nov 12, 2020
pbrezina added a commit to pbrezina/sssd that referenced this issue Nov 12, 2020
To allow case_sensitive=Preserving for trusted domain without the need
to set this option also on the server.

Resolves: SSSD#5250

:feature: `case_sensitive=Preserving` can now be set for trusted domains
  with IPA provider. However, this also requires SSSD update on the
  server side.
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 18, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` option can be now inherited by subdomains
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 18, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` can be now set separately for each
  subdomain in `[domain/parent/subdomain]` section
:feature: `case_sensitive=Preserving` can now be set for trusted domains with AD provider
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 18, 2021
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 18, 2021
To allow case_sensitive=Preserving for trusted domain without the need
to set this option also on the server.

Resolves: SSSD#5250

:feature: `case_sensitive=Preserving` can now be set for trusted domains
  with IPA provider. However, this also requires SSSD update on the
  server side.
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 25, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` option can be now inherited by subdomains
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 25, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` can be now set separately for each
  subdomain in `[domain/parent/subdomain]` section
:feature: `case_sensitive=Preserving` can now be set for trusted domains with AD provider
pbrezina added a commit to pbrezina/sssd that referenced this issue Jan 25, 2021
Resolves: SSSD#5250

:feature: `case_sensitive=Preserving` can now be set for trusted domains
  with IPA provider. However, the option needs to be set to `Preserving`
  on both client and the server for it to take effect.
pbrezina added a commit that referenced this issue Jan 26, 2021
Resolves: #5250

:feature: `case_sensitive` can be now set separately for each
  subdomain in `[domain/parent/subdomain]` section
:feature: `case_sensitive=Preserving` can now be set for trusted domains with AD provider

Reviewed-by: Sumit Bose <sbose@redhat.com>
pbrezina added a commit that referenced this issue Jan 26, 2021
Resolves: #5250

:feature: `case_sensitive=Preserving` can now be set for trusted domains
  with IPA provider. However, the option needs to be set to `Preserving`
  on both client and the server for it to take effect.

Reviewed-by: Sumit Bose <sbose@redhat.com>
@pbrezina
Copy link
Member Author

Pushed PR: #5251

  • master
    • 944c47e - man: update case_sensitive documentation to reflect changes for subdomains
    • f6bb31a - subdomains: allow to inherit case_sensitive=Preserving for IPA
    • f265595 - subdomains: allow to set case_sensitive=Preserving in subdomain section
    • 12eb04b - subdomains: allow to inherit case_sensitive=Preserving
    • 0eb0281 - man: add auto_private_groups to subdomain_inherit

@pbrezina pbrezina added the Closed: Fixed Issue was closed as fixed. label Jan 26, 2021
3v1n0 pushed a commit to 3v1n0/sssd that referenced this issue Apr 8, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` option can be now inherited by subdomains

Reviewed-by: Sumit Bose <sbose@redhat.com>
3v1n0 pushed a commit to 3v1n0/sssd that referenced this issue Apr 8, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` can be now set separately for each
  subdomain in `[domain/parent/subdomain]` section
:feature: `case_sensitive=Preserving` can now be set for trusted domains with AD provider

Reviewed-by: Sumit Bose <sbose@redhat.com>
3v1n0 pushed a commit to 3v1n0/sssd that referenced this issue Apr 8, 2021
Resolves: SSSD#5250

:feature: `case_sensitive=Preserving` can now be set for trusted domains
  with IPA provider. However, the option needs to be set to `Preserving`
  on both client and the server for it to take effect.

Reviewed-by: Sumit Bose <sbose@redhat.com>
akuster pushed a commit to akuster/sssd that referenced this issue May 18, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` option can be now inherited by subdomains

Reviewed-by: Sumit Bose <sbose@redhat.com>
akuster pushed a commit to akuster/sssd that referenced this issue May 18, 2021
Resolves: SSSD#5250

:feature: `case_sensitive` can be now set separately for each
  subdomain in `[domain/parent/subdomain]` section
:feature: `case_sensitive=Preserving` can now be set for trusted domains with AD provider

Reviewed-by: Sumit Bose <sbose@redhat.com>
akuster pushed a commit to akuster/sssd that referenced this issue May 18, 2021
Resolves: SSSD#5250

:feature: `case_sensitive=Preserving` can now be set for trusted domains
  with IPA provider. However, the option needs to be set to `Preserving`
  on both client and the server for it to take effect.

Reviewed-by: Sumit Bose <sbose@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugzilla Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

1 participant