URL: https://github.com/SSSD/sssd/pull/254 Author: mzidek-rh Title: #254: Handling of sdap_domain lists in server mode Action: opened
PR body: """ SERVER_MODE: Update sdap lists for each ad_ctx
We use separate AD context for each subdomain in the server mode. Every such context has it's own sdap_domain list witch represents sdap options such as filter and search bases for every domain.
However AD context can only fully initialize sdap_domain structure for the same domain for which the whole context was created, which resulted in the other sdap_domain structures to be have automatically detected settings. This can cause problems if user is member of groups from multiple domains.
Resolves: https://pagure.io/SSSD/sssd/issue/3381
"""
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/254/head:pr254 git checkout pr254
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
Label: +Changes requested
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
mzidek-rh commented: """ Thank you for the review. New version pushed. """
See the full comment at https://github.com/SSSD/sssd/pull/254#issuecomment-298944846
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
Label: -Changes requested
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
jhrozek commented: """ @mzidek-rh I'm not sure if you pushed the new version, but it doesn't apply for me: ``` jhrozek@hendrix:~/devel/sssd|review⚡ ⇒ git reset --hard origin/master HEAD is now at df4b24b LDAP/AD: Do not fail in case rfc2307bis_nested_groups_recv() returns ENOENT jhrozek@hendrix:~/devel/sssd|review⚡ ⇒ git am https://github.com/SSSD/sssd/pull/254 Applying: SDAP: Fix handling of search bases error: patch failed: src/providers/ad/ad_common.c:29 ```
Can you rebase and repush, please? """
See the full comment at https://github.com/SSSD/sssd/pull/254#issuecomment-299122607
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
Label: +Changes requested
URL: https://github.com/SSSD/sssd/pull/254 Author: mzidek-rh Title: #254: Handling of sdap_domain lists in server mode Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/254/head:pr254 git checkout pr254
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
mzidek-rh commented: """ Sorry, I accidentally pushed the patches to a different branch before. Now I pushed them to this one. """
See the full comment at https://github.com/SSSD/sssd/pull/254#issuecomment-299143552
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
Label: -Changes requested
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
lslebodn commented: """ master: * 21f3d6124ea28218d02e1e345d38e2b948e4ec23 """
See the full comment at https://github.com/SSSD/sssd/pull/254#issuecomment-299410342
URL: https://github.com/SSSD/sssd/pull/254 Title: #254: Handling of sdap_domain lists in server mode
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/254 Author: mzidek-rh Title: #254: Handling of sdap_domain lists in server mode Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/254/head:pr254 git checkout pr254
sssd-devel@lists.fedorahosted.org