[SSSD] [sssd PR#522][synchronized] Prepare SSSD to support IPA in trust to Samba AD

2018-03-02 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Author: abbra Title: #522: Prepare SSSD to support IPA in trust to Samba AD Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/522/head:pr522 git checkout pr522 From

[SSSD] [sssd PR#527][comment] PEP8 Fixes and enable PEP8 check in CI

2018-03-02 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/527 Title: #527: PEP8 Fixes and enable PEP8 check in CI lslebodn commented: """ I would like to also ask whether it make a sense fix pep8 issues in the file src/tests/python-test.py. The file/test will be removed as part of PR #430. Fortunately, there is

[SSSD] [sssd PR#527][comment] PEP8 Fixes and enable PEP8 check in CI

2018-03-02 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/527 Title: #527: PEP8 Fixes and enable PEP8 check in CI lslebodn commented: """ @mzidek-rh, Could you help me to find a way how to enable catching warning in commit "TESTS: Fix E501 pep8 issues on utils.py"? ``` sh-4.4$ git rev-parse --verify HEAD

[SSSD] [sssd PR#527][opened] PEP8 Fixes and enable PEP8 check in CI

2018-03-02 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/527 Author: mzidek-rh Title: #527: PEP8 Fixes and enable PEP8 check in CI Action: opened PR body: """ Hi, because @fidencio is on PTO I allowed myself to rebase and update his branch: https://github.com/fidencio/sssd/tree/wip/ci_enable_pep8_check and

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

2018-03-02 Thread amitkumar50
URL: https://github.com/SSSD/sssd/pull/515 Title: #515: sssctl: Showing help even when sssd not configured amitkumar50 commented: """ @pbrezina Done thanks. But passed "help" value back 3 functions.. """ See the full comment at https://github.com/SSSD/sssd/pull/515#issuecomment-369913626

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

2018-03-02 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

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

2018-03-02 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/515 Title: #515: sssctl: Showing help even when sssd not configured pbrezina commented: """ You have to let popt to parse the options first, i.e.: ```c poptContext pc; int debug = SSSDBG_DEFAULT; int orig_argc = *argc; int help = 0; int