[SSSD] [sssd PR#760][closed] Add use_2fa_combined option to allow pam services to be configured as password+otp entry

2019-03-19 Thread driskell
URL: https://github.com/SSSD/sssd/pull/760 Author: driskell Title: #760: Add use_2fa_combined option to allow pam services to be configured as password+otp entry Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/760/head:pr76

[SSSD] [sssd PR#760][comment] Add use_2fa_combined option to allow pam services to be configured as password+otp entry

2019-03-19 Thread driskell
URL: https://github.com/SSSD/sssd/pull/760 Title: #760: Add use_2fa_combined option to allow pam services to be configured as password+otp entry driskell commented: """ @sumit-bose I will close this for now. I did start playing with a pam_krb5 with "anon_fast" and "try_pkinit" which seems to

[SSSD] [sssd PR#760][comment] Add use_2fa_combined option to allow pam services to be configured as password+otp entry

2019-03-19 Thread driskell
URL: https://github.com/SSSD/sssd/pull/760 Title: #760: Add use_2fa_combined option to allow pam services to be configured as password+otp entry driskell commented: """ @sumit-bose I will close this for now. I did start playing with a pam_krb5 with "anon_fast" and "try_pkinit" which seems to

[SSSD] [sssd PR#760][comment] Add use_2fa_combined option to allow pam services to be configured as password+otp entry

2019-03-19 Thread driskell
URL: https://github.com/SSSD/sssd/pull/760 Title: #760: Add use_2fa_combined option to allow pam services to be configured as password+otp entry driskell commented: """ @sumit-bose I will close this for now. I did start playing with a pam_krb5 with "anon_fast" and "try_pkinit" which seems to

[SSSD] please review https://github.com/SSSD/sssd/pull/781

2019-03-19 Thread Jakub Hrozek
Hi, there are several PRs I would like to push and also backport to sssd-1-16, but currently our CI is failing due to: https://github.com/SSSD/sssd/pull/781 Could someone review the PR so I can resume pushing to sssd-1-16? ___ sssd-devel mailing lis

[SSSD] [sssd PR#781][comment] (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede

2019-03-19 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/781 Title: #781: (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede pbrezina commented: """ Ack. """ See the full comment at https://github.com/SSSD/sssd/pull/781#issuecomment-474307680 _

[SSSD] [sssd PR#781][+Accepted] (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/781 Title: #781: (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe

[SSSD] [sssd PR#778][-Changes requested] ipa s2n: try to remove objects not found on the server

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/778 Title: #778: ipa s2n: try to remove objects not found on the server Label: -Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@l

[SSSD] [sssd PR#778][comment] ipa s2n: try to remove objects not found on the server

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/778 Title: #778: ipa s2n: try to remove objects not found on the server jhrozek commented: """ Thank you, the code looks good to me and the annoying debug messages are gone. I'll just wait for CI (or what is left of it) and Coverity before adding the Acce

[SSSD] Re: please review https://github.com/SSSD/sssd/pull/781

2019-03-19 Thread Jakub Hrozek
On Tue, Mar 19, 2019 at 11:05:24AM +0100, Jakub Hrozek wrote: > Hi, > > there are several PRs I would like to push and also backport to > sssd-1-16, but currently our CI is failing due to: > https://github.com/SSSD/sssd/pull/781 > > Could someone review the PR so I can resume pushing to sssd-

[SSSD] RFC: 1.16.4 release notes

2019-03-19 Thread Jakub Hrozek
Hi, I would like to release 1.16.4 tomorrow. Below are the release notes that include what is now in the sssd-1-16 branch and somewhat optimistically also what is now acked on github. Comments are welcome: SSSD 1.16.4 === Highlights -- New Features * The list of PA

[SSSD] [sssd PR#783][comment] knownhostsproxy: friendly error msg for NXDOMAIN

2019-03-19 Thread centos-ci
URL: https://github.com/SSSD/sssd/pull/783 Title: #783: knownhostsproxy: friendly error msg for NXDOMAIN centos-ci commented: """ Can one of the admins verify this patch? """ See the full comment at https://github.com/SSSD/sssd/pull/783#issuecomment-474517802 __

[SSSD] [sssd PR#783][opened] knownhostsproxy: friendly error msg for NXDOMAIN

2019-03-19 Thread branen
URL: https://github.com/SSSD/sssd/pull/783 Author: branen Title: #783: knownhostsproxy: friendly error msg for NXDOMAIN Action: opened PR body: """ This patch writes a brief, familiar error message to stderr when no addresses are able to be resolved for the host specified in argv: ``` (with

[SSSD] [sssd PR#767][comment] be: remember last good server's name instead of fo_server structure

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/767 Title: #767: be: remember last good server's name instead of fo_server structure jhrozek commented: """ @pbrezina what do you think about the last comment? """ See the full comment at https://github.com/SSSD/sssd/pull/767#issuecomment-474600814 __

[SSSD] [sssd PR#779][comment] negcache: avoid "is_*_local" calls in some cases

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/779 Title: #779: negcache: avoid "is_*_local" calls in some cases jhrozek commented: """ I would really like this to be part of the next release. I know Alexey is working on a subsequent patch where the integration test can still happen. """ See the full

[SSSD] [sssd PR#767][+Accepted] be: remember last good server's name instead of fo_server structure

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/767 Title: #767: be: remember last good server's name instead of fo_server structure Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le.

[SSSD] [sssd PR#779][+Accepted] negcache: avoid "is_*_local" calls in some cases

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/779 Title: #779: negcache: avoid "is_*_local" calls in some cases Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahost

[SSSD] [sssd PR#770][+Accepted] sudo ipa: do not store rules without sudoHost attribute

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/770 Title: #770: sudo ipa: do not store rules without sudoHost attribute Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fed

[SSSD] [sssd PR#778][+Accepted] ipa s2n: try to remove objects not found on the server

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/778 Title: #778: ipa s2n: try to remove objects not found on the server Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedo

[SSSD] [sssd PR#781][comment] (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/781 Title: #781: (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede jhrozek commented: """ * sssd-1-16: 4c1b2d4dfc4aab3b7c55f5b7232227cde8b02d12 """ See the full comment at https://github.com/SSSD/sssd/pull/

[SSSD] [sssd PR#781][closed] (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/781 Author: jhrozek Title: #781: (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/781/h

[SSSD] [sssd PR#781][+Pushed] (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/781 Title: #781: (sssd-1-16): TESTS: Only use __wrap_sss_ncache_reset_repopulate_permanent to finist test if neede Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe se

[SSSD] [sssd PR#779][closed] negcache: avoid "is_*_local" calls in some cases

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/779 Author: alexey-tikhonov Title: #779: negcache: avoid "is_*_local" calls in some cases Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/779/head:pr779 git checkout pr779 _

[SSSD] [sssd PR#779][+Pushed] negcache: avoid "is_*_local" calls in some cases

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/779 Title: #779: negcache: avoid "is_*_local" calls in some cases Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted

[SSSD] [sssd PR#778][comment] ipa s2n: try to remove objects not found on the server

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/778 Title: #778: ipa s2n: try to remove objects not found on the server jhrozek commented: """ * master: * 50641d4e385eee09d93df659dca9c914e4874c97 * 5d50621c7a38ad80561777fe7ac7208190fde8f1 * 89d896208885694e7b951e47158d8c0dbba0e300 * e8b2f0daebdac852e

[SSSD] [sssd PR#778][closed] ipa s2n: try to remove objects not found on the server

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/778 Author: sumit-bose Title: #778: ipa s2n: try to remove objects not found on the server Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/778/head:pr778 git checkout pr778

[SSSD] [sssd PR#771][+Pushed] Monitor: changed provider startup timeout

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/771 Title: #771: Monitor: changed provider startup timeout Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fe

[SSSD] [sssd PR#771][closed] Monitor: changed provider startup timeout

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/771 Author: alexey-tikhonov Title: #771: Monitor: changed provider startup timeout Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/771/head:pr771 git checkout pr771

[SSSD] [sssd PR#771][comment] Monitor: changed provider startup timeout

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/771 Title: #771: Monitor: changed provider startup timeout jhrozek commented: """ * sssd-1-16: 5b0bb56a071962b0adfbced336df0fac770edfe7 """ See the full comment at https://github.com/SSSD/sssd/pull/771#issuecomment-474609832 __

[SSSD] [sssd PR#757][closed] krb5_locator: Allow hostname in kdcinfo files

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/757 Author: thalman Title: #757: krb5_locator: Allow hostname in kdcinfo files Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/757/head:pr757 git checkout pr757

[SSSD] [sssd PR#757][+Pushed] krb5_locator: Allow hostname in kdcinfo files

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/757 Title: #757: krb5_locator: Allow hostname in kdcinfo files Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.or

[SSSD] [sssd PR#757][comment] krb5_locator: Allow hostname in kdcinfo files

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/757 Title: #757: krb5_locator: Allow hostname in kdcinfo files jhrozek commented: """ master: 63ccbfe sssd-1-16: 96e4d71 """ See the full comment at https://github.com/SSSD/sssd/pull/757#issuecomment-474613613

[SSSD] [sssd PR#763][comment] sdap: use ldap_pwmodify_mode to change password

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/763 Title: #763: sdap: use ldap_pwmodify_mode to change password jhrozek commented: """ * master: 7234e68 cf1d7ff f81379c cdd0fd0 * sssd-1-16: 0a52934 8d6fa49 be591f0 93a3a20 """ See the full comment at https://github.com

[SSSD] [sssd PR#763][+Pushed] sdap: use ldap_pwmodify_mode to change password

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/763 Title: #763: sdap: use ldap_pwmodify_mode to change password Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.

[SSSD] [sssd PR#763][closed] sdap: use ldap_pwmodify_mode to change password

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/763 Author: pbrezina Title: #763: sdap: use ldap_pwmodify_mode to change password Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/763/head:pr763 git checkout pr763 _

[SSSD] [sssd PR#767][comment] be: remember last good server's name instead of fo_server structure

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/767 Title: #767: be: remember last good server's name instead of fo_server structure jhrozek commented: """ * master: 735af71a8e169f17fa5462db610a1567c9618e29 @pbrezina this also needs a backport, can you open a separate PR against sssd-1-16? """ See the

[SSSD] [sssd PR#770][comment] sudo ipa: do not store rules without sudoHost attribute

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/770 Title: #770: sudo ipa: do not store rules without sudoHost attribute jhrozek commented: """ * master: 3b0ff2972bb18cb82259051abba9d47d0ffe3e90 * sssd-1-16: e2f00aea6c11a6a7b7d8fcdd7a637934d1805bf9 """ See the full comment at https://github.com/SSSD/ss

[SSSD] [sssd PR#770][closed] sudo ipa: do not store rules without sudoHost attribute

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/770 Author: pbrezina Title: #770: sudo ipa: do not store rules without sudoHost attribute Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/770/head:pr770 git checkout pr770 _

[SSSD] [sssd PR#770][+Pushed] sudo ipa: do not store rules without sudoHost attribute

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/770 Title: #770: sudo ipa: do not store rules without sudoHost attribute Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedor

[SSSD] [sssd PR#777][comment] TESTS: Add a unit test for UPNs stored by sss_ncache_prepopulate

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/777 Title: #777: TESTS: Add a unit test for UPNs stored by sss_ncache_prepopulate jhrozek commented: """ * master: 48c1e3ac34ec5b2d7cf27d7393d049c880bca319 """ See the full comment at https://github.com/SSSD/sssd/pull/777#issuecomment-474618643 __

[SSSD] [sssd PR#777][closed] TESTS: Add a unit test for UPNs stored by sss_ncache_prepopulate

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/777 Author: jhrozek Title: #777: TESTS: Add a unit test for UPNs stored by sss_ncache_prepopulate Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/777/head:pr777 git checkout pr777 _

[SSSD] [sssd PR#777][+Pushed] TESTS: Add a unit test for UPNs stored by sss_ncache_prepopulate

2019-03-19 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/777 Title: #777: TESTS: Add a unit test for UPNs stored by sss_ncache_prepopulate Label: +Pushed ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@li