[SSSD] [sssd PR#905][synchronized] Don't ignore host entries in Group Policy security filters

2019-11-05 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Author: dmulder Title: #905: Don't ignore host entries in Group Policy security filters Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/905/head:pr905 git checkout pr905 From

[SSSD] [sssd PR#925][comment] cache_req: Multiple objects were found when only one was expected

2019-11-05 Thread ikerexxe
URL: https://github.com/SSSD/sssd/pull/925 Title: #925: cache_req: Multiple objects were found when only one was expected ikerexxe commented: """ I have just amended the changes """ See the full comment at https://github.com/SSSD/sssd/pull/925#issuecomment-549978826

[SSSD] [sssd PR#925][edited] cache_req: Multiple objects were found when only one was expected

2019-11-05 Thread ikerexxe
URL: https://github.com/SSSD/sssd/pull/925 Author: ikerexxe Title: #925: cache_req: Multiple objects were found when only one was expected Action: edited Changed field: title Original value: """ src/util/: Propagate error when multiple entries with same certificate have been found """

[SSSD] [sssd PR#925][synchronized] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-05 Thread ikerexxe
URL: https://github.com/SSSD/sssd/pull/925 Author: ikerexxe Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd

[SSSD] [sssd PR#905][synchronized] Don't ignore host entries in Group Policy security filters

2019-11-05 Thread dmulder
URL: https://github.com/SSSD/sssd/pull/905 Author: dmulder Title: #905: Don't ignore host entries in Group Policy security filters Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/905/head:pr905 git checkout pr905 From

[SSSD] [sssd PR#930][+Waiting for review] SBUS: remove dbus fd from tevent loop when watch is removed

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/930 Title: #930: SBUS: remove dbus fd from tevent loop when watch is removed Label: +Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#930][opened] SBUS: remove dbus fd from tevent loop when watch is removed

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/930 Author: alexey-tikhonov Title: #930: SBUS: remove dbus fd from tevent loop when watch is removed Action: opened PR body: """ According to the tevent API: "To cancel the monitoring of a file descriptor, call talloc_free() on the object returned by

[SSSD] [sssd PR#916][+Waiting for review] Fix one coverity issue

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue Label: +Waiting for review ___ 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#916][comment] Fix one coverity issue

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue alexey-tikhonov commented: """ Hi @mzidek-rh, I have fixed found issue and rewrote third patch to keep done section (still fixing Coverity issue). Please, take a look. """ See the full comment at

[SSSD] [sssd PR#916][-Changes requested] Fix one coverity issue

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue Label: -Changes requested ___ 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#916][synchronized] Fix one coverity issue

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/916 Author: alexey-tikhonov Title: #916: Fix one coverity issue Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/916/head:pr916 git checkout pr916 From

[SSSD] [sssd PR#928][comment] pam_sss: treat whitespace name as missing name if allow_missing_name is set

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/928 Title: #928: pam_sss: treat whitespace name as missing name if allow_missing_name is set pbrezina commented: """ Test failed. I need to fix it. """ See the full comment at https://github.com/SSSD/sssd/pull/928#issuecomment-549856359

[SSSD] [sssd PR#916][comment] Fix one coverity issue

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue alexey-tikhonov commented: """ > a socket file descriptor was replaced by 0 (stdin) by a mistake Thank you, good catch! Fixed. > I think the 3rd patch could be left out (I like the goto version more for the >

[SSSD] [sssd PR#916][comment] Fix one coverity issue

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/916 Title: #916: Fix one coverity issue alexey-tikhonov commented: """ > * a socket file descriptor was replaced by 0 (stdin) by a mistake Thank you, good catch! Fixed. > * I think the 3rd patch could be left out (I like the goto version more >

[SSSD] [sssd PR#927][+Accepted] Add processing to save errno before outputting DEBUG

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#927][-Waiting for review] Add processing to save errno before outputting DEBUG

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG Label: -Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#927][comment] Add processing to save errno before outputting DEBUG

2019-11-05 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/927 Title: #927: Add processing to save errno before outputting DEBUG alexey-tikhonov commented: """ Thank you. ACK. """ See the full comment at https://github.com/SSSD/sssd/pull/927#issuecomment-549828514 ___

[SSSD] [sssd PR#928][synchronized] pam_sss: treat whitespace name as missing name if allow_missing_name is set

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/928 Author: pbrezina Title: #928: pam_sss: treat whitespace name as missing name if allow_missing_name is set Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/928/head:pr928 git

[SSSD] [sssd PR#929][opened] failover: make sure we switch to anoter server if only port differs

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/929 Author: pbrezina Title: #929: failover: make sure we switch to anoter server if only port differs Action: opened PR body: """ This is a regression introduced in 735af71a8e169f17fa5462db610a1567c9618e29. After this commit we checked only server name

[SSSD] Re: ipa: kerberos locator plugin and AD sites - sssd 1.13.x

2019-11-05 Thread Alexey Tikhonov
On Wed, Oct 2, 2019 at 11:39 AM Ziomek, M. (Maciej) wrote: > > Hello everyone, > > > > I would kindly ask whether there are any plans / possibilities to port > features introduced in sssd 1.16.3 back to sssd 1.13.x (LTM) ? I am sorry, but I don't think so. The the best of my knowledge, no

[SSSD] [sssd PR#926][+Accepted] ipa: use the right context for autofs

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/926 Title: #926: ipa: use the right context for autofs Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

[SSSD] [sssd PR#926][comment] ipa: use the right context for autofs

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/926 Title: #926: ipa: use the right context for autofs pbrezina commented: """ Thank you. Ack. """ See the full comment at https://github.com/SSSD/sssd/pull/926#issuecomment-549780406 ___ sssd-devel mailing

[SSSD] [sssd PR#928][opened] pam_sss: treat whitespace name as missing name if allow_missing_name is set

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/928 Author: pbrezina Title: #928: pam_sss: treat whitespace name as missing name if allow_missing_name is set Action: opened PR body: """ Resolves: https://pagure.io/SSSD/sssd/issue/4101 """ To pull the PR as Git branch: git remote add ghsssd

[SSSD] [sssd PR#841][-Ready to push] DEBUG: Add debug to display ldapsearch requests

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests Label: -Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#841][-Accepted] DEBUG: Add debug to display ldapsearch requests

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#841][closed] DEBUG: Add debug to display ldapsearch requests

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/841 Author: thalman Title: #841: DEBUG: Add debug to display ldapsearch requests Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/841/head:pr841 git checkout pr841

[SSSD] [sssd PR#841][+Pushed] DEBUG: Add debug to display ldapsearch requests

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#841][comment] DEBUG: Add debug to display ldapsearch requests

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests pbrezina commented: """ * `master` * c7c08e12c15509d1a515e02d591d9c5c8e298802 - MAN: Update SystemTap man page * c7909707471adaf7b3477a9e4dfc7bc91b0a256e - TESTS: tests have to be

[SSSD] [sssd PR#922][+Pushed] Fix timing to save errno

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of

[SSSD] [sssd PR#922][comment] Fix timing to save errno

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno pbrezina commented: """ * `master` * 1311f728a9fc16c42d0a7c28e1602366ea5698c1 - Fix timing to save errno """ See the full comment at https://github.com/SSSD/sssd/pull/922#issuecomment-549766545

[SSSD] [sssd PR#922][closed] Fix timing to save errno

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Author: miztake Title: #922: Fix timing to save errno Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/922/head:pr922 git checkout pr922

[SSSD] [sssd PR#922][-Ready to push] Fix timing to save errno

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno 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 Fedora Code

[SSSD] [sssd PR#922][-Accepted] Fix timing to save errno

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of

[SSSD] [sssd PR#925][comment] src/util/: Propagate error when multiple entries with same certificate have been found

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/925 Title: #925: src/util/: Propagate error when multiple entries with same certificate have been found pbrezina commented: """ Thank you. Two nitpicks: Since it is not strictly related to certificates, please change the error message from `Certificate

[SSSD] [sssd PR#841][+Ready to push] DEBUG: Add debug to display ldapsearch requests

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/841 Title: #841: DEBUG: Add debug to display ldapsearch requests Label: +Ready to push ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#922][+Ready to push] Fix timing to save errno

2019-11-05 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/922 Title: #922: Fix timing to save errno 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 Fedora Code