[Freeipa-devel] [freeipa PR#1987][opened] Uninstall fix for named-pkcs11

2018-06-01 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1987 Author: slaykovsky Title: #1987: Uninstall fix for named-pkcs11 Action: opened PR body: """ Sometimes named-pkcs11 is not being stopped or reloaded during uninstall and it causes a lot of problems while testing, for example, backup and restore

[Freeipa-devel] [freeipa PR#1922][opened] Radius proxy multiservers fix

2018-05-14 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1922 Author: slaykovsky Title: #1922: Radius proxy multiservers fix Action: opened PR body: """ Now radius proxy plugin allows to add more then one radius server into radius proxy but the first one from ldap response is being parsed (you can see

[Freeipa-devel] [freeipa PR#1707][opened] Make tox tests to generate results in JUnit XML

2018-03-19 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1707 Author: slaykovsky Title: #1707: Make tox tests to generate results in JUnit XML Action: opened PR body: """ As our tox runs pytest it's great to have their results in JUnit format for later processing. """ To pull the PR as Git branch: git

[Freeipa-devel] [freeipa PR#1696][opened] Make WebUI unit tests to generate results as JUnit

2018-03-15 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1696 Author: slaykovsky Title: #1696: Make WebUI unit tests to generate results as JUnit Action: opened PR body: """ Now WebUI unit tests are generating results in qunit format which is not consumable well by Jenkins. This patch adds NPM

[Freeipa-devel] [freeipa PR#1567][opened] test_backup_and_restore.py Fix logging

2018-02-13 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1567 Author: slaykovsky Title: #1567: test_backup_and_restore.py Fix logging Action: opened PR body: """ Use strings to log in restore_checker and backup functions. """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1562][opened] [Backport][ipa-4-5] Enable and start oddjobd after ipa-restore

2018-02-09 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1562 Author: slaykovsky Title: #1562: [Backport][ipa-4-5] Enable and start oddjobd after ipa-restore Action: opened PR body: """ If after ipa-restore the service oddjobd is not running, domain-level1 replica installation will fail during

[Freeipa-devel] [freeipa PR#1326][closed] [WIP] Fixing translation problems

2018-01-24 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1326 Author: slaykovsky Title: #1326: [WIP] Fixing translation problems Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1326/head:pr1326 git checkout pr1326

[Freeipa-devel] [freeipa PR#1493][opened] Fixing translation problems

2018-01-24 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1493 Author: slaykovsky Title: #1493: Fixing translation problems Action: opened PR body: """ ipa rpc server did set the LANG environment variable on each request and it was not thread safe which led to the problems which are described in the

[Freeipa-devel] [freeipa PR#1472][opened] Restart oddjobd after ipa-restore.

2018-01-16 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1472 Author: slaykovsky Title: #1472: Restart oddjobd after ipa-restore. Action: opened PR body: """ After running ipa-restore, the service oddjobd is not restarted. This means that domain-level1 replica installation will fail during

[Freeipa-devel] [freeipa PR#1354][opened] test_backup_and_restore.py AssertionError fix

2017-12-04 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1354 Author: slaykovsky Title: #1354: test_backup_and_restore.py AssertionError fix Action: opened PR body: """ prefix in the backup function expects output to have 'ipa.ipaserver.install.ipa_backup.Backup:' and it's wrong. The right one is

[Freeipa-devel] [freeipa PR#1326][opened] [WIP] Fixing translation problems

2017-11-23 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1326 Author: slaykovsky Title: #1326: [WIP] Fixing translation problems Action: opened PR body: """ Hello guys! So I'm having some progress with this weird translation related bug and I already achieved the following behaviour: ``` #

[Freeipa-devel] [freeipa PR#1312][opened] ipalib/frontend.py output_for_cli loops optimization

2017-11-21 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1312 Author: slaykovsky Title: #1312: ipalib/frontend.py output_for_cli loops optimization Action: opened PR body: """ Trivial fix which removes unnecessary for loops. """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1262][opened] ipa-restore: Set umask to 0022 while restoring

2017-11-09 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1262 Author: slaykovsky Title: #1262: ipa-restore: Set umask to 0022 while restoring Action: opened PR body: """ When some users are setting the umask to 0027 due to security policies ipa-restore will result not working dirsrv. So a fix is to

[Freeipa-devel] [freeipa PR#1175][opened] ipaclient.plugins.dns: Cast DNS name to unicode

2017-10-18 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1175 Author: slaykovsky Title: #1175: ipaclient.plugins.dns: Cast DNS name to unicode Action: opened PR body: """ cmd.api.Command.dnsrecord_split_parts expects name to be unicode string and instead gets ascii. It leads to an error: ipa: ERROR:

[Freeipa-devel] [freeipa PR#1169][opened] [Backport][ipa-4-5] Less confusing message for PKINIT configuration during install

2017-10-18 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1169 Author: slaykovsky Title: #1169: [Backport][ipa-4-5] Less confusing message for PKINIT configuration during install Action: opened PR body: """ The message about an error during replica setup was causing the users to think the installation

[Freeipa-devel] [freeipa PR#1146][closed] rpcserver.py code cleaning

2017-10-12 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1146 Author: slaykovsky Title: #1146: rpcserver.py code cleaning Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1146/head:pr1146 git checkout pr1146

[Freeipa-devel] [freeipa PR#1146][opened] rpcserver.py code cleaning

2017-10-11 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1146 Author: slaykovsky Title: #1146: rpcserver.py code cleaning Action: opened PR body: """ Hi! I was going through `rpcserver` module code and just found out it's very hard to read. So I've made some style changes and string formatting related

[Freeipa-devel] [freeipa PR#1136][opened] ipaclient.plugins.dns: Cast DNS name to unicode.

2017-10-06 Thread slaykovsky via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1136 Author: slaykovsky Title: #1136: ipaclient.plugins.dns: Cast DNS name to unicode. Action: opened PR body: """ cmd.api.Command.dnsrecord_split_parts expects name to be unicode string and instead gets ascii. It leads to an error: ipa: ERROR: