URL: https://github.com/SSSD/sssd/pull/233 Author: mzidek-rh Title: #233: SDAP: Fix handling of search bases Action: opened
PR body: """ We were rewriting the sdap_domain's search bases for only the first sdap_domain in the list, which does not work for subdomains.
Also when search bases were already initialized in sdap_domain_subdom_add, we should only rewrite them when they were explicitly set in sssd.conf.
Resolves: https://pagure.io/SSSD/sssd/issue/3351 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/233/head:pr233 git checkout pr233