[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-26 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5251 * `master` * 944c47e27c4e5a01816bb897efb33c1825a64078 - man: update case_sensitive documentation to

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-25 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving sumit-bose commented: """ Hi, thanks, I tested with AD and IPA with trust and the patches are working as expected, CI failures are unrelated. ACK. bye, Sumit """ See the full

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-25 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ Ok, please see new patch set. I dropped last two patches, updated man page and release notes. """ See the full comment at

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-20 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving sumit-bose commented: """ > > Hi, > > thanks for the rebase. I'm not sure I like the last patch. Why would you > > want to set `case_sensitive=Preserving` only on some clients and

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-20 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ > Hi, > > thanks for the rebase. I'm not sure I like the last patch. Why would you want > to set `case_sensitive=Preserving` only on some clients and

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-18 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving abbra commented: """ For what it worth, IPA always lowcases user and group names when storing in LDAP, there is no way to avoid it. """ See the full comment at

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-18 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving sumit-bose commented: """ Hi, thanks for the rebase. I'm not sure I like the last patch. Why would you want to set `case_sensitive=Preserving` only on some clients and especially

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-18 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ @SSSD/developers can some of you review these patches? It would be good to include this in the next release. """ See the full comment at

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-18 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ Rebased on top of master branch. """ See the full comment at https://github.com/SSSD/sssd/pull/5251#issuecomment-762142205

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2020-11-12 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ See updated patches. I added `s2n_response_to_attrs_fqname()` that return lowercased name for oldest protocol version which can use winbind underneath.