[SSSD] [sssd PR#5766][comment] Sources cleanup - part 3.

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5766 Title: #5766: Sources cleanup - part 3. alexey-tikhonov commented: """ Did basic smoke testing with F32 and F36. """ See the full comment at https://github.com/SSSD/sssd/pull/5766#issuecomment-934729967

[SSSD] [sssd PR#5810][opened] Include sys/types.h in debug.h

2021-10-05 Thread jetomit
URL: https://github.com/SSSD/sssd/pull/5810 Author: jetomit Title: #5810: Include sys/types.h in debug.h Action: opened PR body: """ Hi, I’m getting compile errors without this (on Debian 10): In file included from ./src/util/sss_pam_data.h:33, from

[SSSD] [sssd PR#5712][comment] Health and Support Analyzer - Add request log parsing utility

2021-10-05 Thread justin-stephenson
URL: https://github.com/SSSD/sssd/pull/5712 Title: #5712: Health and Support Analyzer - Add request log parsing utility justin-stephenson commented: """ > Please add docstrings to the new python modules, classes and methods. The > comments describing method functionality should be included in

[SSSD] [sssd PR#5712][synchronized] Health and Support Analyzer - Add request log parsing utility

2021-10-05 Thread justin-stephenson
URL: https://github.com/SSSD/sssd/pull/5712 Author: justin-stephenson Title: #5712: Health and Support Analyzer - Add request log parsing utility Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5712/head:pr5712 git

[SSSD] [sssd PR#5806][synchronized] Tests: files provider testcases

2021-10-05 Thread shridhargadekar
URL: https://github.com/SSSD/sssd/pull/5806 Author: shridhargadekar Title: #5806: Tests: files provider testcases Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5806/head:pr5806 git checkout pr5806 From

[SSSD] [sssd PR#5806][synchronized] Tests: files provider testcases

2021-10-05 Thread shridhargadekar
URL: https://github.com/SSSD/sssd/pull/5806 Author: shridhargadekar Title: #5806: Tests: files provider testcases Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5806/head:pr5806 git checkout pr5806 From

[SSSD] [sssd PR#5766][comment] Sources cleanup - part 3.

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5766 Title: #5766: Sources cleanup - part 3. alexey-tikhonov commented: """ Ok, my latest patch broke https://github.com/krb5/krb5/pull/755 : ``` For some reason Heidmal's returns KRB5_CC_END when the cache is not found and SSSD follows the very same

[SSSD] [sssd PR#5801][comment] util/inotify: fixed bug in inotify event processing - 1.16 backport

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5801 Title: #5801: util/inotify: fixed bug in inotify event processing - 1.16 backport alexey-tikhonov commented: """ . """ See the full comment at https://github.com/SSSD/sssd/pull/5801#issuecomment-934585301

[SSSD] [sssd PR#5801][comment] util/inotify: fixed bug in inotify event processing - 1.16 backport

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5801 Title: #5801: util/inotify: fixed bug in inotify event processing - 1.16 backport alexey-tikhonov commented: """ . """ See the full comment at https://github.com/SSSD/sssd/pull/5801#issuecomment-934585301

[SSSD] [sssd PR#5801][comment] util/inotify: fixed bug in inotify event processing - 1.16 backport

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5801 Title: #5801: util/inotify: fixed bug in inotify event processing - 1.16 backport alexey-tikhonov commented: """ Ok, my latest patch broke https://github.com/krb5/krb5/pull/755 : ``` For some reason Heidmal's returns KRB5_CC_END when the cache is not

[SSSD] [sssd PR#5784][comment] proxy: allow removing group members

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5784 Title: #5784: proxy: allow removing group members alexey-tikhonov commented: """ > Given that the `id` command will do lookups by GID an `id` lookup for the > user from the second domain which is a member of the group with the > duplicated GID will

[SSSD] [sssd PR#5473][comment] Tests: alltests: Check default debug level of sssd and corresponding logs

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5473 Title: #5473: Tests: alltests: Check default debug level of sssd and corresponding logs alexey-tikhonov commented: """ I will close this PR since it wasn't touched for a long time. Please reopen if needed. """ See the full comment at

[SSSD] [sssd PR#5684][comment] src/conf_macros.m4: set default value /run for pidpath

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5684 Title: #5684: src/conf_macros.m4: set default value /run for pidpath alexey-tikhonov commented: """ > Hi, we certainly welcome your contribution. It just would be good to use a > runstatedir which represents the /run directory but at the same time

[SSSD] [sssd PR#5684][closed] src/conf_macros.m4: set default value /run for pidpath

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5684 Author: kkang-wr Title: #5684: src/conf_macros.m4: set default value /run for pidpath Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5684/head:pr5684 git checkout pr5684

[SSSD] [sssd PR#5762][comment] krb5: add support for idp:oauth2 challenge

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5762 Title: #5762: krb5: add support for idp:oauth2 challenge pbrezina commented: """ Updated patches. Renamed the plugin to more generic "idp" and added support for messages that we agreed on. Also added unit tests. """ See the full comment at

[SSSD] [sssd PR#5762][edited] krb5: add support for idp:oauth2 challenge

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5762 Author: pbrezina Title: #5762: krb5: add support for idp:oauth2 challenge Action: edited Changed field: title Original value: """ krb5: add support for oauth2 challenge (wip) """ ___ sssd-devel mailing

[SSSD] [sssd PR#5762][comment] krb5: add support for oauth2 challenge (wip)

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5762 Title: #5762: krb5: add support for oauth2 challenge (wip) pbrezina commented: """ Updated patches. Renamed the plugin to more generic "idp" and added support for messages that we agreed on. """ See the full comment at

[SSSD] [sssd PR#5762][edited] krb5: add support for oauth2 challenge (wip)

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5762 Author: pbrezina Title: #5762: krb5: add support for oauth2 challenge (wip) Action: edited Changed field: body Original value: """ ## How to test 1. Install IPA server 2. On IPA server: install patched ipa: ```console $ sudo dnf copr enable

[SSSD] [sssd PR#5784][comment] proxy: allow removing group members

2021-10-05 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5784 Title: #5784: proxy: allow removing group members sumit-bose commented: """ > @sumit-bose , can it happen (is it supported) two groups in different domains > have the same GID? Hi, if the two domains are managed separately it can of course happen

[SSSD] [sssd PR#5784][-Waiting for review] proxy: allow removing group members

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5784 Title: #5784: proxy: allow removing group members Label: -Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5784][+Changes requested] proxy: allow removing group members

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5784 Title: #5784: proxy: allow removing group members Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5766][comment] Sources cleanup - part 3.

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5766 Title: #5766: Sources cleanup - part 3. alexey-tikhonov commented: """ Rebased. """ See the full comment at https://github.com/SSSD/sssd/pull/5766#issuecomment-934464174 ___ sssd-devel mailing list --

[SSSD] [sssd PR#5808][+Tests] Tests: Remove shadow-utils test cases from sssd repo

2021-10-05 Thread aborah-sudo
URL: https://github.com/SSSD/sssd/pull/5808 Title: #5808: Tests: Remove shadow-utils test cases from sssd repo Label: +Tests ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5808][opened] Tests: Remove shadow-utils test cases from sssd repo

2021-10-05 Thread aborah-sudo
URL: https://github.com/SSSD/sssd/pull/5808 Author: aborah-sudo Title: #5808: Tests: Remove shadow-utils test cases from sssd repo Action: opened PR body: """ As sssd repo does not host shadow-utils test cases, it will moved to shadow-utils repo """ To pull the PR as Git branch: git remote

[SSSD] [sssd PR#5636][closed] Improve assertion when verifying paths for Python modules

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5636 Author: sergiodj Title: #5636: Improve assertion when verifying paths for Python modules Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5636/head:pr5636 git checkout pr5636

[SSSD] [sssd PR#5636][-Ready to push] Improve assertion when verifying paths for Python modules

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5636 Title: #5636: Improve assertion when verifying paths for Python modules Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5636][-Accepted] Improve assertion when verifying paths for Python modules

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5636 Title: #5636: Improve assertion when verifying paths for Python modules Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5636][+Pushed] Improve assertion when verifying paths for Python modules

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5636 Title: #5636: Improve assertion when verifying paths for Python modules Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5636][comment] Improve assertion when verifying paths for Python modules

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5636 Title: #5636: Improve assertion when verifying paths for Python modules pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5636 * `master` * efd155f0abebd2aae3f1a910fced1326bf3fa6a6 - Improve assertion when verifying paths for

[SSSD] [sssd PR#5651][closed] TEST: Use absolute path for the MODPATH assertions in python tests

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5651 Author: mtorromeo Title: #5651: TEST: Use absolute path for the MODPATH assertions in python tests Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5651/head:pr5651 git checkout

[SSSD] [sssd PR#5651][-Ready to push] TEST: Use absolute path for the MODPATH assertions in python tests

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5651 Title: #5651: TEST: Use absolute path for the MODPATH assertions in python tests Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5651][-Accepted] TEST: Use absolute path for the MODPATH assertions in python tests

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5651 Title: #5651: TEST: Use absolute path for the MODPATH assertions in python tests Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5651][+Pushed] TEST: Use absolute path for the MODPATH assertions in python tests

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5651 Title: #5651: TEST: Use absolute path for the MODPATH assertions in python tests Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5651][comment] TEST: Use absolute path for the MODPATH assertions in python tests

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5651 Title: #5651: TEST: Use absolute path for the MODPATH assertions in python tests pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5651 * `master` * 57247096b309a9e916dd8a1c712004d08b6ee9c5 - TEST: Use absolute path for the

[SSSD] [sssd PR#5776][closed] kcm: replace existing credentials to avoid unnecessary ccache growth

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5776 Author: pbrezina Title: #5776: kcm: replace existing credentials to avoid unnecessary ccache growth Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5776/head:pr5776 git checkout

[SSSD] [sssd PR#5776][-Accepted] kcm: replace existing credentials to avoid unnecessary ccache growth

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5776 Title: #5776: kcm: replace existing credentials to avoid unnecessary ccache growth Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5776][-Ready to push] kcm: replace existing credentials to avoid unnecessary ccache growth

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5776 Title: #5776: kcm: replace existing credentials to avoid unnecessary ccache growth Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5776][+Pushed] kcm: replace existing credentials to avoid unnecessary ccache growth

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5776 Title: #5776: kcm: replace existing credentials to avoid unnecessary ccache growth Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5776][comment] kcm: replace existing credentials to avoid unnecessary ccache growth

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5776 Title: #5776: kcm: replace existing credentials to avoid unnecessary ccache growth pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5776 * `master` * 55c5de2d5c84721ca733e2b593894ffe904cdfb4 - kcm: replace existing

[SSSD] [sssd PR#5792][closed] Tests: improve sssd refresh timers for sudo queries

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5792 Author: shridhargadekar Title: #5792: Tests: improve sssd refresh timers for sudo queries Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5792/head:pr5792 git checkout pr5792

[SSSD] [sssd PR#5792][-Ready to push] Tests: improve sssd refresh timers for sudo queries

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5792 Title: #5792: Tests: improve sssd refresh timers for sudo queries Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5792][-Accepted] Tests: improve sssd refresh timers for sudo queries

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5792 Title: #5792: Tests: improve sssd refresh timers for sudo queries Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5792][+Pushed] Tests: improve sssd refresh timers for sudo queries

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5792 Title: #5792: Tests: improve sssd refresh timers for sudo queries Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5792][comment] Tests: improve sssd refresh timers for sudo queries

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5792 Title: #5792: Tests: improve sssd refresh timers for sudo queries pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5792 * `master` * e0d85ab6894493dab8832bffdafed52ca2e7d893 - Tests: improve sssd refresh timers for sudo

[SSSD] [sssd PR#5807][closed] KCM: Remove unneeded allocation

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5807 Author: justin-stephenson Title: #5807: KCM: Remove unneeded allocation Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5807/head:pr5807 git checkout pr5807

[SSSD] [sssd PR#5807][-Accepted] KCM: Remove unneeded allocation

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora

[SSSD] [sssd PR#5807][-Ready to push] KCM: Remove unneeded allocation

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

[SSSD] [sssd PR#5807][comment] KCM: Remove unneeded allocation

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation pbrezina commented: """ Pushed PR: https://github.com/SSSD/sssd/pull/5807 * `master` * fd3e397cfcaff06fc0789960942e48251764555c - KCM: Remove unneeded allocation """ See the full comment at

[SSSD] [sssd PR#5807][+Pushed] KCM: Remove unneeded allocation

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora

[SSSD] [sssd PR#5636][+Ready to push] Improve assertion when verifying paths for Python modules

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5636 Title: #5636: Improve assertion when verifying paths for Python modules Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5651][+Ready to push] TEST: Use absolute path for the MODPATH assertions in python tests

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5651 Title: #5651: TEST: Use absolute path for the MODPATH assertions in python tests Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5776][+Ready to push] kcm: replace existing credentials to avoid unnecessary ccache growth

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5776 Title: #5776: kcm: replace existing credentials to avoid unnecessary ccache growth Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5792][+Ready to push] Tests: improve sssd refresh timers for sudo queries

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5792 Title: #5792: Tests: improve sssd refresh timers for sudo queries Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5807][+Ready to push] KCM: Remove unneeded allocation

2021-10-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

[SSSD] [sssd PR#5807][comment] KCM: Remove unneeded allocation

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation alexey-tikhonov commented: """ ACK """ See the full comment at https://github.com/SSSD/sssd/pull/5807#issuecomment-934170296 ___ sssd-devel mailing list --

[SSSD] [sssd PR#5807][+Accepted] KCM: Remove unneeded allocation

2021-10-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5807 Title: #5807: KCM: Remove unneeded allocation Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora

[SSSD] [sssd PR#5712][comment] Health and Support Analyzer - Add request log parsing utility

2021-10-05 Thread jakub-vavra-cz
URL: https://github.com/SSSD/sssd/pull/5712 Title: #5712: Health and Support Analyzer - Add request log parsing utility jakub-vavra-cz commented: """ Please add docstrings to the new python modules, classes and methods. The comments describing method functionality should be included in