[SSSD] [sssd PR#532][opened] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/532 Author: fidencio Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py Action: opened PR body: """ E501: line too long (longer than 79 characters) The issue was inserted in commit 0f8add07b8, which has been pushed just before the pep8 patches

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py fidencio commented: """ Just a note here ... knowing my python knowledge I'd say there are a few other ways to better solve this issue. So, please, give me your suggestion and I'll change th

[SSSD] [sssd PR#530][comment] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive fidencio commented: """ I'm adding the discussion here: ``` simo: not going to extend the discussion in the pagure with a question that sounds quite stupid to me ... but why the option

[SSSD] Re: Github labels: Suggestion

2018-03-12 Thread Fabiano Fidêncio
On Thu, Mar 8, 2018 at 12:44 PM, Jakub Hrozek wrote: > > >> On 8 Mar 2018, at 12:30, Fabiano Fidêncio wrote: >> >> On Thu, Mar 8, 2018 at 12:22 PM, Jakub Hrozek wrote: >>> >>> On 8 Mar 2018, at 12:13, Fabiano Fidêncio wrote: On Thu, Mar 8, 2018 at 12:00 PM, Jakub Hrozek wrote: >

[SSSD] Re: Github labels: Suggestion

2018-03-12 Thread Fabiano Fidêncio
On Thu, Mar 8, 2018 at 12:46 PM, Jakub Hrozek wrote: > > >> On 8 Mar 2018, at 12:34, Pavel Březina wrote: >> >> On 03/08/2018 12:22 PM, Jakub Hrozek wrote: On 8 Mar 2018, at 12:13, Fabiano Fidêncio wrote: On Thu, Mar 8, 2018 at 12:00 PM, Jakub Hrozek wrote: > > >> On

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py mzidek-rh commented: """ I pushed the patch to CI. This issue blocks CI, so I will ACK it when the results are green. I am not python expert either, but the fix LGTM. If someone proposes bet

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py jhrozek commented: """ Feel free to push the patch as emergency to unblock the CI, but I admit I don't find the syntax very readable. What about: ``` --- a/src/tests/intg/test_netgroup.py +++

[SSSD] [sssd PR#532][synchronized] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/532 Author: fidencio Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/532/head:pr532 git checkout pr532 From 574ea22bad

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py fidencio commented: """ @jhrozek, I like your suggestion more than mine. I've updated the patch and pushed it to our internal CI. I'll get back here as soon as I have the results. """ See t

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py sumit-bose commented: """ With diff --git a/src/tests/intg/test_netgroup.py b/src/tests/intg/test_netgroup.py index 3cf5dac..5c36dc2 100644 --- a/src/tests/intg/test_netgroup.py +++ b/src/te

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py mzidek-rh commented: """ The last version does not work for me: ``` # PEP8_IGNORE="--ignore=E121,E123,E126,E226,E24,E704,W503" # find ./src -path ./src/config -prune -o -name \*.py -exec pep8

[SSSD] [sssd PR#530][comment] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive mzidek-rh commented: """ @simo5 : I understand why you want to set defaults in the [sssd] section and it makes sense to me. But I also think we may end up finding similar situations in

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py fidencio commented: """ Okay, let me go for Sumit's suggestion. ;-) I've updated the patch. """ See the full comment at https://github.com/SSSD/sssd/pull/532#issuecomment-372306534 _

[SSSD] [sssd PR#532][synchronized] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/532 Author: fidencio Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/532/head:pr532 git checkout pr532 From 501cfcf585

[SSSD] [sssd PR#530][comment] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread simo5
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive simo5 commented: """ No strong opinion beside bikeshedding on the name: domain/_defaults_ :-) """ See the full comment at https://github.com/SSSD/sssd/pull/530#issuecomment-372307376 __

[SSSD] [sssd PR#530][comment] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread simo5
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive simo5 commented: """ No strong opinion beside bikeshedding on the name: ```domain/_defaults_``` :-) """ See the full comment at https://github.com/SSSD/sssd/pull/530#issuecomment-372307

[SSSD] [sssd PR#532][comment] TESTS: Fix E501 pep8 issues on test_netgroup.py

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/532 Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py mzidek-rh commented: """ Ok, I just pushed to last iteration to CI. If it is green I will ACK :) """ See the full comment at https://github.com/SSSD/sssd/pull/532#issuecomment-372315576

[SSSD] [sssd PR#530][comment] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive mzidek-rh commented: """ @simo5 `domain/_defaults_` sounds good to me as well :) , I will updated the issue and I am closing this PR. Thanks everyone for your input. """ See the full c

[SSSD] [sssd PR#530][+Rejected] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive Label: +Rejected ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedora

[SSSD] [sssd PR#530][comment] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/530 Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive mzidek-rh commented: """ Actually, I do not have permissions to close this PR :D So, someone who does have it, please close this PR :) """ See the full comment at https://github.com/S

[SSSD] [sssd PR#530][closed] GPO: Add "thinlinc" to ad_gpo_map_remote_interactive

2018-03-12 Thread CendioOssman
URL: https://github.com/SSSD/sssd/pull/530 Author: CendioOssman Title: #530: GPO: Add "thinlinc" to ad_gpo_map_remote_interactive Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/530/head:pr530 git checkout pr530

[SSSD] Re: [SSSD-users] Re: Announcing SSSD 1.16.1

2018-03-12 Thread Joakim Tjernlund
On Sun, 2018-03-11 at 21:38 +0100, Jakub Hrozek wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > > On 9 Mar 2018, at 14:45, Joakim Tjernlund > > wrote: > >

[SSSD] [sssd PR#531][comment] Add the needed machinery to have automated builds for our COPR repos

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/531 Title: #531: Add the needed machinery to have automated builds for our COPR repos jhrozek commented: """ I'm fine with this plan for master, but do you think it's wise with our level of testing to build packages after every commit? We also try to chec

[SSSD] [sssd PR#529][comment] SPEC: Move secrets responder to the package sssd-kcm

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/529 Title: #529: SPEC: Move secrets responder to the package sssd-kcm jhrozek commented: """ I understand the point about minimal dependencies of sssd-common, but I wonder if it was better to create a separate subpackage for the secrets binary. This is fo

[SSSD] [sssd PR#528][comment] NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/528 Title: #528: NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used jhrozek commented: """ I'm sorry for the delay. I think in this case the minimal timeout makes sense. Considering the NSS API, which has a separate `setnetgrent`

[SSSD] [sssd PR#528][+Changes requested] NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/528 Title: #528: NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email

[SSSD] [sssd PR#528][-Accepted] NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/528 Title: #528: NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-

[SSSD] [sssd PR#525][comment] TESTS: simple CA to generate certificates for test

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/525 Title: #525: TESTS: simple CA to generate certificates for test jhrozek commented: """ Unsuprisingly the PR doesn't apply to older branches. I agree it would be nice to backport it to sssd-1-13, because it's the long-term branch and the workaround was

[SSSD] [sssd PR#519][+Accepted] DEBUG: Print simple access provider allow and deny lists

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/519 Title: #519: DEBUG: Print simple access provider allow and deny lists Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fe

[SSSD] [sssd PR#525][+Pushed] TESTS: simple CA to generate certificates for test

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/525 Title: #525: TESTS: simple CA to generate certificates for test Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahost

[SSSD] [sssd PR#519][comment] DEBUG: Print simple access provider allow and deny lists

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/519 Title: #519: DEBUG: Print simple access provider allow and deny lists jhrozek commented: """ ACK, CI http://vm-031.${ABC}/logs/job/86/34/summary.html """ See the full comment at https://github.com/SSSD/sssd/pull/519#issuecomment-372449692

[SSSD] [sssd PR#511][comment] Do not shutdown KCM/Secrets responders when activities are happening ...

2018-03-12 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/511 Title: #511: Do not shutdown KCM/Secrets responders when activities are happening ... jhrozek commented: """ Actually, I have some more questions about the code: - why do the first two patches fix code that the subsequent patches refactor? Is it to m

[SSSD] [sssd PR#531][comment] Add the needed machinery to have automated builds for our COPR repos

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/531 Title: #531: Add the needed machinery to have automated builds for our COPR repos fidencio commented: """ > I'm fine with this plan for master, but do you think it's wise with our level > of testing to build packages after every commit? Maybe I shoul

[SSSD] [sssd PR#511][comment] Do not shutdown KCM/Secrets responders when activities are happening ...

2018-03-12 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/511 Title: #511: Do not shutdown KCM/Secrets responders when activities are happening ... fidencio commented: """ > why do the first two patches fix code that the subsequent patches refactor? > Is it to make it clear where the issue is? Or did you conside

[SSSD] [sssd PR#515][synchronized] sssctl: Showing help even when sssd not configured

2018-03-12 Thread amitkumar50
URL: https://github.com/SSSD/sssd/pull/515 Author: amitkumar50 Title: #515: sssctl: Showing help even when sssd not configured Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/515/head:pr515 git checkout pr515 From c5cb

[SSSD] [sssd PR#515][comment] sssctl: Showing help even when sssd not configured

2018-03-12 Thread amitkumar50
URL: https://github.com/SSSD/sssd/pull/515 Title: #515: sssctl: Showing help even when sssd not configured amitkumar50 commented: """ @jhrozek Done changes. Thanks """ See the full comment at https://github.com/SSSD/sssd/pull/515#issuecomment-372545291 _