URL: https://github.com/SSSD/sssd/pull/762 Author: sumit-bose Title: #762: responder: fix domain lookup refresh timeout Action: opened
PR body: """ Currently the timeout to check for new domains is reset whenever there is a request with an unknown domain name. If those requests happen more then once a minute (the default timeout) the timeout is always reset before it can expire and as a result the domain list is never refreshed.
If SSSD starts offline with an empty domain list the NSS responder might never be able to resolve sub-domain users or groups even if the backend has switched to the online state and already refreshed the domain list.
Related to https://pagure.io/SSSD/sssd/issue/3967 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/762/head:pr762 git checkout pr762
URL: https://github.com/SSSD/sssd/pull/762 Title: #762: responder: fix domain lookup refresh timeout
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/762 Title: #762: responder: fix domain lookup refresh timeout
jhrozek commented: """ * master: c01364341f22262ebc2012b102be872ec3f8bdf4 * sssd-1-16: 3824008694918640551bb548a4e76190fdc1842a """
See the full comment at https://github.com/SSSD/sssd/pull/762#issuecomment-467627990
URL: https://github.com/SSSD/sssd/pull/762 Author: sumit-bose Title: #762: responder: fix domain lookup refresh timeout Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/762/head:pr762 git checkout pr762
URL: https://github.com/SSSD/sssd/pull/762 Title: #762: responder: fix domain lookup refresh timeout
Label: +Pushed
sssd-devel@lists.fedorahosted.org