[SSSD] [sssd PR#120][synchronized] GPO: Skip GPOs without gPCFunctionalityVersion

2017-01-19 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/120 Author: mzidek-rh Title: #120: GPO: Skip GPOs without gPCFunctionalityVersion Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/120/head:pr120 git checkout pr120 From 511bf720b3

[SSSD] [sssd PR#120][comment] GPO: Skip GPOs without gPCFunctionalityVersion

2017-01-19 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/120 Title: #120: GPO: Skip GPOs without gPCFunctionalityVersion mzidek-rh commented: """ I added one more patch that improves debug messages. It is not part of the fix, but touches the same lines, so I am using this PR for it. """ See the full comment at

[SSSD] [sssd PR#85][synchronized] SYSDB: Removing of sysdb_try_to_find_expected_dn()

2017-01-19 Thread celestian
URL: https://github.com/SSSD/sssd/pull/85 Author: celestian Title: #85: SYSDB: Removing of sysdb_try_to_find_expected_dn() Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/85/head:pr85 git checkout pr85 From 04ef9e4852c

[SSSD] [sssd PR#85][comment] SYSDB: Removing of sysdb_try_to_find_expected_dn()

2017-01-19 Thread celestian
URL: https://github.com/SSSD/sssd/pull/85 Title: #85: SYSDB: Removing of sysdb_try_to_find_expected_dn() celestian commented: """ I pushed new version of the patch set. I addressed @sumit-bose notes, I hope in right manner. Unfortunately ```test_user_is_from_another_domain()``` doesn't work i

[SSSD] [sssd PR#94][comment] Enable {socket,dbus}-activation for responders

2017-01-19 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/94 Title: #94: Enable {socket,dbus}-activation for responders pbrezina commented: """ ```c if (conn->last_request_time != NULL) { time_t *last_request_time = conn->last_request_time; *last_request_time = time(NULL); } ``` This look

[SSSD] [sssd PR#94][comment] Enable {socket,dbus}-activation for responders

2017-01-19 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/94 Title: #94: Enable {socket,dbus}-activation for responders fidencio commented: """ @pbrezina: Oh! Okay, I'll fix it before submitting a new version (as it doesn't affect the functionality). Thanks for the review. """ See the full comment at https://g

[SSSD] [sssd PR#94][comment] Enable {socket,dbus}-activation for responders

2017-01-19 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/94 Title: #94: Enable {socket,dbus}-activation for responders fidencio commented: """ On Thu, Jan 19, 2017 at 1:51 PM, Pavel Březina wrote: > if (conn->last_request_time != NULL) { > time_t *last_request_time = conn->last_request_time; > >

[SSSD] [sssd PR#94][comment] Enable {socket,dbus}-activation for responders

2017-01-19 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/94 Title: #94: Enable {socket,dbus}-activation for responders fidencio commented: """ Patchset updated! I had to do some changes in a few commits in order to fix a regression introduced by the previous series. Let me try to sum up the changes: - SBUS: Add