[Freeipa-devel] [freeipa PR#945][opened] DNS update: reduce timeout for CA records

2017-07-31 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/945 Author: MartinBasti Title: #945: DNS update: reduce timeout for CA records Action: opened PR body: """ Timeout 120 seconds is quite long and it makes uninstallation too long for. Given that this is non critical operation and may be executed

[Freeipa-devel] [freeipa PR#839][closed] Use standard Python logging

2017-07-14 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/839 Author: HonzaCholasta Title: #839: Use standard Python logging Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/839/head:pr839 git checkout pr839

[Freeipa-devel] [freeipa PR#916][opened] Py3 adtrust

2017-07-13 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/916 Author: MartinBasti Title: #916: Py3 adtrust Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/916/head:pr916 git checkout pr916 From

[Freeipa-devel] [freeipa PR#914][opened] baseldap: fix format string

2017-07-12 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/914 Author: MartinBasti Title: #914: baseldap: fix format string Action: opened PR body: """ Fixes missing type specification in format string. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#913][closed] Passdb privates for ipa-4-5

2017-07-12 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/913 Author: abbra Title: #913: Passdb privates for ipa-4-5 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/913/head:pr913 git checkout pr913

[Freeipa-devel] [freeipa PR#901][closed] Passdb private state

2017-07-11 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/901 Author: abbra Title: #901: Passdb private state Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/901/head:pr901 git checkout pr901

[Freeipa-devel] [freeipa PR#909][opened] IPAOptionParser: fix dict comprehension

2017-07-10 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/909 Author: MartinBasti Title: #909: IPAOptionParser: fix dict comprehension Action: opened PR body: """ The statement can be simplified and be more resources friendly """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#886][closed] *config-show: do not show empty roles/attributes

2017-07-04 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/886 Author: martbab Title: #886: *config-show: do not show empty roles/attributes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/886/head:pr886 git checkout pr886

[Freeipa-devel] [freeipa PR#864][closed] Create indexes for 'serverhostname' attribute

2017-07-04 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/864 Author: Tiboris Title: #864: Create indexes for 'serverhostname' attribute Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/864/head:pr864 git checkout pr864

[Freeipa-devel] [freeipa PR#492][closed] config: remove meaningless defaults

2017-07-04 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/492 Author: HonzaCholasta Title: #492: config: remove meaningless defaults Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/492/head:pr492 git checkout pr492

[Freeipa-devel] [freeipa PR#893][closed] smard card advises fixes + general improvements

2017-07-04 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/893 Author: martbab Title: #893: smard card advises fixes + general improvements Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/893/head:pr893 git checkout pr893

[Freeipa-devel] [freeipa PR#882][closed] Py3 fixes

2017-06-28 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/882 Author: MartinBasti Title: #882: Py3 fixes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/882/head:pr882 git checkout pr882

[Freeipa-devel] [freeipa PR#896][closed] [py3] wsgi fixes

2017-06-27 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/896 Author: stlaz Title: #896: [py3] wsgi fixes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/896/head:pr896 git checkout pr896

[Freeipa-devel] [freeipa PR#898][opened] py3: ipa-dnskeysyncd: fix bytes issues

2017-06-27 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/898 Author: MartinBasti Title: #898: py3: ipa-dnskeysyncd: fix bytes issues Action: opened PR body: """ LDAP client returns values as bytes, thus ipa-dnskeysyncd must work with bytes properly. https://pagure.io/freeipa/issue/4985 """ To pull the

[Freeipa-devel] [freeipa PR#890][closed] Make sure we check ccaches in all rpcserver paths

2017-06-23 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/890 Author: simo5 Title: #890: Make sure we check ccaches in all rpcserver paths Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/890/head:pr890 git checkout pr890

[Freeipa-devel] [freeipa PR#883][closed] Travis: check for BytesWarnings in httpd error_log

2017-06-22 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/883 Author: MartinBasti Title: #883: Travis: check for BytesWarnings in httpd error_log Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/883/head:pr883 git checkout

[Freeipa-devel] [freeipa PR#888][opened] Make py3 default for ported scripts

2017-06-21 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/888 Author: MartinBasti Title: #888: Make py3 default for ported scripts Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/888/head:pr888 git

[Freeipa-devel] [freeipa PR#875][comment] Fix ip address checks

2017-06-20 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/875 Title: #875: Fix ip address checks MartinBasti commented: """ Rebased in #881 """ See the full comment at https://github.com/freeipa/freeipa/pull/875#issuecomment-309712146 ___ FreeIPA-devel mailing

[Freeipa-devel] [freeipa PR#439][-WIP] Testing both py2/py3 in travis

2017-06-20 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/439 Title: #439: Testing both py2/py3 in travis Label: -WIP ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

[Freeipa-devel] [freeipa PR#881][opened] [4.5] fix ip address checks

2017-06-20 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/881 Author: MartinBasti Title: #881: [4.5] fix ip address checks Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/881/head:pr881 git checkout pr881

[Freeipa-devel] [freeipa PR#875][comment] Fix ip address checks

2017-06-20 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/875 Title: #875: Fix ip address checks MartinBasti commented: """ @dkupka it is not aim of this PR to fix what you mentioned. """ See the full comment at https://github.com/freeipa/freeipa/pull/875#issuecomment-309666594

[Freeipa-devel] [freeipa PR#439][synchronized] Testing both py2/py3 in travis

2017-06-19 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/439 Author: MartinBasti Title: #439: Testing both py2/py3 in travis Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/439/head:pr439 git checkout pr439 From

[Freeipa-devel] [freeipa PR#872][comment] Add IPA-specific bind unit file

2017-06-19 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/872 Title: #872: Add IPA-specific bind unit file MartinBasti commented: """ I checked BZ, this may not be worth fixing as those fails are just during upgrade but at the end named is working. For sure this huge change cannot go to ipa-4-4 or ipa-4-5

[Freeipa-devel] [freeipa PR#876][synchronized] python-netifaces: update to reflect upstream changes

2017-06-19 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/876 Author: MartinBasti Title: #876: python-netifaces: update to reflect upstream changes Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/876/head:pr876 git

[Freeipa-devel] [freeipa PR#876][comment] python-netifaces: update to reflect upstream changes

2017-06-16 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/876 Title: #876: python-netifaces: update to reflect upstream changes MartinBasti commented: """ @martbab should work with both versions, I don't want to bump requires for this @pvoborni It could, I'll update PR """ See the full comment at

[Freeipa-devel] [freeipa PR#871][comment] Add --force-join into ipa-replica-install manpage

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/871 Title: #871: Add --force-join into ipa-replica-install manpage MartinBasti commented: """ master: * 7fd2102a78f2e008f2cd5fe68e9be58ead914b35 Add --force-join into ipa-replica-install manpage """ See the full comment at

[Freeipa-devel] [freeipa PR#871][+pushed] Add --force-join into ipa-replica-install manpage

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/871 Title: #871: Add --force-join into ipa-replica-install manpage Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#866][comment] Add a README to certificate profile templates directory

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/866 Title: #866: Add a README to certificate profile templates directory MartinBasti commented: """ master: * d7e1ab8438b02db9250b0985be29ac3325c2d2dc Add a README to certificate profile templates directory """ See the full comment at

[Freeipa-devel] [freeipa PR#866][+pushed] Add a README to certificate profile templates directory

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/866 Title: #866: Add a README to certificate profile templates directory Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#866][closed] Add a README to certificate profile templates directory

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/866 Author: frasertweedale Title: #866: Add a README to certificate profile templates directory Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/866/head:pr866 git

[Freeipa-devel] [freeipa PR#865][comment] ipatests: do not collect systemd journal when logfile_dir is missing

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/865 Title: #865: ipatests: do not collect systemd journal when logfile_dir is missing MartinBasti commented: """ master: * 44e3496bd1a3004bc7a6497cbd212bba7910b2e3 ipatests: do not collect systemd journal when logfile_dir is missing """ See the

[Freeipa-devel] [freeipa PR#865][+pushed] ipatests: do not collect systemd journal when logfile_dir is missing

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/865 Title: #865: ipatests: do not collect systemd journal when logfile_dir is missing Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#862][comment] dnsserver.py: dnsserver-find no longer returns internal server error

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/862 Title: #862: dnsserver.py: dnsserver-find no longer returns internal server error MartinBasti commented: """ master: * 74d36a8af69a2946007ebd4d57c7bf0891d561db dnsserver.py: dnsserver-find no longer returns internal server error """ See the

[Freeipa-devel] [freeipa PR#862][+pushed] dnsserver.py: dnsserver-find no longer returns internal server error

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/862 Title: #862: dnsserver.py: dnsserver-find no longer returns internal server error Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#860][comment] adtrustinstance: fix ID range comparison

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/860 Title: #860: adtrustinstance: fix ID range comparison MartinBasti commented: """ master: * 440c61dc40353833cad3a5fc509821ce1f23757f adtrustinstance: fix ID range comparison """ See the full comment at

[Freeipa-devel] [freeipa PR#860][+pushed] adtrustinstance: fix ID range comparison

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/860 Title: #860: adtrustinstance: fix ID range comparison Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#860][+ack] adtrustinstance: fix ID range comparison

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/860 Title: #860: adtrustinstance: fix ID range comparison Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#865][+ack] ipatests: do not collect systemd journal when logfile_dir is missing

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/865 Title: #865: ipatests: do not collect systemd journal when logfile_dir is missing Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#862][+ack] dnsserver.py: dnsserver-find no longer returns internal server error

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/862 Title: #862: dnsserver.py: dnsserver-find no longer returns internal server error Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#875][opened] Fix ip address checks

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/875 Author: MartinBasti Title: #875: Fix ip address checks Action: opened PR body: """ Fix various checks of IP address in installers, removal of some unneeded checks that are not working correctly, and mainly causes only false positive errors.

[Freeipa-devel] [freeipa PR#842][closed] Changed ownership of ldiffile to DS_USER

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/842 Author: tscherf Title: #842: Changed ownership of ldiffile to DS_USER Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/842/head:pr842 git checkout pr842

[Freeipa-devel] [freeipa PR#842][+pushed] Changed ownership of ldiffile to DS_USER

2017-06-15 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/842 Title: #842: Changed ownership of ldiffile to DS_USER Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#872][comment] Add IPA-specific bind unit file

2017-06-14 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/872 Title: #872: Add IPA-specific bind unit file MartinBasti commented: """ I have a few comments: * named-pkcs11 should be masked in installer and upgrader to avoid issues when users start incorrect named service manually * please update release

[Freeipa-devel] [freeipa PR#838][comment] Explicitly ask for py2 dependencies in py2 packages

2017-06-09 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/838 Title: #838: Explicitly ask for py2 dependencies in py2 packages MartinBasti commented: """ Resolved """ See the full comment at https://github.com/freeipa/freeipa/pull/838#issuecomment-307393128 ___

[Freeipa-devel] [freeipa PR#845][comment] ipadiscovery: Return realm as a string

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/845 Title: #845: ipadiscovery: Return realm as a string MartinBasti commented: """ LGTM, we anyway assume inside framework that everything is in utf-8 """ See the full comment at https://github.com/freeipa/freeipa/pull/845#issuecomment-307142144

[Freeipa-devel] [freeipa PR#849][+ack] session_storage: Correctly handle string/byte types

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/849 Title: #849: session_storage: Correctly handle string/byte types Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#857][closed] server.py: Removes dns-server configuration from ldap

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/857 Author: Tiboris Title: #857: server.py: Removes dns-server configuration from ldap Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/857/head:pr857 git checkout

[Freeipa-devel] [freeipa PR#857][+pushed] server.py: Removes dns-server configuration from ldap

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/857 Title: #857: server.py: Removes dns-server configuration from ldap Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#857][comment] server.py: Removes dns-server configuration from ldap

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/857 Title: #857: server.py: Removes dns-server configuration from ldap MartinBasti commented: """ master: * 063211d665d02fc343952f5b158fd8d89223fbc9 server.py: Removes dns-server configuration from ldap ipa-4-5: *

[Freeipa-devel] [freeipa PR#848][closed] sssd.py: Deprecating no-sssd option.

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/848 Author: Tiboris Title: #848: sssd.py: Deprecating no-sssd option. Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/848/head:pr848 git checkout pr848

[Freeipa-devel] [freeipa PR#848][comment] sssd.py: Deprecating no-sssd option.

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/848 Title: #848: sssd.py: Deprecating no-sssd option. MartinBasti commented: """ master: * dfc271fdf4514481c11c342fabda135feeb44de6 sssd.py: Deprecating no-sssd option. ipa-4-5: * f984cef6ed49e04a4e3754d2f3214d64715d26df sssd.py: Deprecating

[Freeipa-devel] [freeipa PR#829][+pushed] client.py: Replace hardcoded 'admin' with options.principal

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/829 Title: #829: client.py: Replace hardcoded 'admin' with options.principal Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#840][comment] Add Role 'Client Administrator'

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/840 Title: #840: Add Role 'Client Administrator' MartinBasti commented: """ Off Topic: Shouldn't have "IT specialists" also 'Host Enrollment' privilege, because they have 'Host administrators' already and this should close the circle. "Client

[Freeipa-devel] [freeipa PR#857][comment] baseldap.py: Removes dns-server configuration from ldap

2017-06-08 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/857 Title: #857: baseldap.py: Removes dns-server configuration from ldap MartinBasti commented: """ Actually NACK until you fix commit message, this is not related to baseldap.py """ See the full comment at

[Freeipa-devel] [freeipa PR#842][+ack] Changed ownership of ldiffile to DS_USER

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/842 Title: #842: Changed ownership of ldiffile to DS_USER Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#848][+ack] sssd.py: Deprecating no-sssd option.

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/848 Title: #848: sssd.py: Deprecating no-sssd option. Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#862][comment] dnsserver.py: dnsserver-find no longer returns internal server error

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/862 Title: #862: dnsserver.py: dnsserver-find no longer returns internal server error MartinBasti commented: """ LGTM """ See the full comment at https://github.com/freeipa/freeipa/pull/862#issuecomment-306849641

[Freeipa-devel] [freeipa PR#855][+pushed] Prevent issues with older clients

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/855 Title: #855: Prevent issues with older clients Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#859][comment] Add CommonNameToSANDefault to default cert profile

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/859 Title: #859: Add CommonNameToSANDefault to default cert profile MartinBasti commented: """ How are upgrades of cert profile handled? (if they are needed) """ See the full comment at

[Freeipa-devel] [freeipa PR#855][comment] Prevent issues with older clients

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/855 Title: #855: Prevent issues with older clients MartinBasti commented: """ @pvoborni yes, this is the way how to handle false positive missing members in pylint """ See the full comment at

[Freeipa-devel] [freeipa PR#858][edited] Bump version of python-gssapi

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/858 Author: pvomacka Title: #858: Bump version of python-gssapi Action: edited Changed field: title Original value: """ Bumb version of python-gssapi """ ___ FreeIPA-devel mailing list --

[Freeipa-devel] [freeipa PR#857][comment] baseldap.py: Removes dns-server configuration from ldap

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/857 Title: #857: baseldap.py: Removes dns-server configuration from ldap MartinBasti commented: """ NACK Please create a new method `_cleanup_server_dns_config` because this patch unrelated to DNS records but it is for DNS configuration per server.

[Freeipa-devel] [freeipa PR#846][synchronized] Travis: Add tox tests

2017-06-07 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/846 Author: MartinBasti Title: #846: Travis: Add tox tests Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/846/head:pr846 git checkout pr846 From

[Freeipa-devel] [freeipa PR#848][comment] sssd.py: Deprecating no-sssd option.

2017-06-06 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/848 Title: #848: sssd.py: Deprecating no-sssd option. MartinBasti commented: """ Please fill `changelog` in the ticket about this change. """ See the full comment at https://github.com/freeipa/freeipa/pull/848#issuecomment-306537875

[Freeipa-devel] [freeipa PR#836][closed] Only warn when specified server IP addresses don't match intf

2017-06-06 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/836 Author: MartinBasti Title: #836: Only warn when specified server IP addresses don't match intf Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/836/head:pr836 git

[Freeipa-devel] [freeipa PR#812][closed] Refactoring cert-find to use API call directly instead of using

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/812 Author: felipevolpone Title: #812: Refactoring cert-find to use API call directly instead of using Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/812/head:pr812

[Freeipa-devel] [freeipa PR#812][+pushed] Refactoring cert-find to use API call directly instead of using

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/812 Title: #812: Refactoring cert-find to use API call directly instead of using Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#812][comment] Refactoring cert-find to use API call directly instead of using

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/812 Title: #812: Refactoring cert-find to use API call directly instead of using MartinBasti commented: """ master: * 44bd5e358b027f8956b730f250854efb5087f05e Changing cert-find to do not use only primary key to search in LDAP. ipa-4-5: *

[Freeipa-devel] [freeipa PR#818][closed] Avoid possible endless recursion in RPC call from client

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/818 Author: stlaz Title: #818: Avoid possible endless recursion in RPC call from client Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/818/head:pr818 git checkout

[Freeipa-devel] [freeipa PR#818][comment] Avoid possible endless recursion in RPC call from client

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/818 Title: #818: Avoid possible endless recursion in RPC call from client MartinBasti commented: """ master: * 81a808caeb5676427610e113b5a259511c2835d6 Avoid possible endless recursion in RPC call * 79d1752577e8fcb568b701509fe5b52f949d5e4b rpc:

[Freeipa-devel] [freeipa PR#818][+pushed] Avoid possible endless recursion in RPC call from client

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/818 Title: #818: Avoid possible endless recursion in RPC call from client Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#823][closed] ipa-kdb: reload certificate mapping rules periodically

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/823 Author: sumit-bose Title: #823: ipa-kdb: reload certificate mapping rules periodically Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/823/head:pr823 git checkout

[Freeipa-devel] [freeipa PR#846][synchronized] Travis: Add tox tests

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/846 Author: MartinBasti Title: #846: Travis: Add tox tests Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/846/head:pr846 git checkout pr846 From

[Freeipa-devel] [freeipa PR#850][+py3] ipaldap py3 fixes

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/850 Title: #850: ipaldap py3 fixes Label: +py3 ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

[Freeipa-devel] [freeipa PR#845][comment] ipadiscovery: Return realm as a string

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/845 Title: #845: ipadiscovery: Return realm as a string MartinBasti commented: """ That is an experimental only RFC. By general it can contain any byte textually represented in octal form. str() in python2 converts from bytes using ASCII codec, so

[Freeipa-devel] [freeipa PR#845][comment] ipadiscovery: Return realm as a string

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/845 Title: #845: ipadiscovery: Return realm as a string MartinBasti commented: """ A TXT record can contain anything in any encoding, it contains just bytes without predefined semantic, we should play safe here and catch UnicodeDecodeError. Also

[Freeipa-devel] [freeipa PR#844][comment] py3: fix regression in schemaupdate

2017-06-02 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/844 Title: #844: py3: fix regression in schemaupdate MartinBasti commented: """ master: * 89eb162fcd60861ed4c628dab4e1aaf10c6160bb py3: fix regression in schemaupdate """ See the full comment at

[Freeipa-devel] [freeipa PR#838][opened] Explicitly ask for py2 dependencies in py2 packages

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/838 Author: MartinBasti Title: #838: Explicitly ask for py2 dependencies in py2 packages Action: opened PR body: """ In future default package names can start to pointing to py3 instead of py2. We have to explicitly ask for python2-* and python3-*

[Freeipa-devel] [freeipa PR#827][comment] pylint: explicitly depends on python2-pylint

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint MartinBasti commented: """ master: * be1415b6cc8f5dadc1ac3766305a33f370fdf9bb pylint: explicitly depends on python2-pylint """ See the full comment at

[Freeipa-devel] [freeipa PR#827][closed] pylint: explicitly depends on python2-pylint

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout pr827

[Freeipa-devel] [freeipa PR#827][+pushed] pylint: explicitly depends on python2-pylint

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#834][closed] [4.4] NSSNickname enclosed in single quotes causes ipa-server-certinstall failure

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/834 Author: tomaskrizek Title: #834: [4.4] NSSNickname enclosed in single quotes causes ipa-server-certinstall failure Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#834][comment] [4.4] NSSNickname enclosed in single quotes causes ipa-server-certinstall failure

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/834 Title: #834: [4.4] NSSNickname enclosed in single quotes causes ipa-server-certinstall failure MartinBasti commented: """ ipa-4-4: * e4363c5c26982f9126e7df16ba7a1a060cdb8721 Fix the installutils.set_directive docstring *

[Freeipa-devel] [freeipa PR#834][+pushed] [4.4] NSSNickname enclosed in single quotes causes ipa-server-certinstall failure

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/834 Title: #834: [4.4] NSSNickname enclosed in single quotes causes ipa-server-certinstall failure Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send

[Freeipa-devel] [freeipa PR#824][+pushed] ca-add: validate Subject DN name attributes

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/824 Title: #824: ca-add: validate Subject DN name attributes Label: +pushed ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#824][comment] ca-add: validate Subject DN name attributes

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/824 Title: #824: ca-add: validate Subject DN name attributes MartinBasti commented: """ master: * 5f0e13ce9c3d1ead02de61a148de973fc6787b96 ca-add: validate Subject DN name attributes """ See the full comment at

[Freeipa-devel] [freeipa PR#824][closed] ca-add: validate Subject DN name attributes

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/824 Author: frasertweedale Title: #824: ca-add: validate Subject DN name attributes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/824/head:pr824 git checkout pr824

[Freeipa-devel] [freeipa PR#460][closed] ipa-server-install, ipa-server-upgrade fixes

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/460 Author: MartinBasti Title: #460: ipa-server-install, ipa-server-upgrade fixes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/460/head:pr460 git checkout pr460

[Freeipa-devel] [freeipa PR#460][comment] ipa-server-install, ipa-server-upgrade fixes

2017-06-01 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/460 Title: #460: ipa-server-install, ipa-server-upgrade fixes MartinBasti commented: """ master: * 2e63ec42d0f879f2d129c4f81f88a1712ce86b8c py3: use ConfigParser instead of SafeConfigParser * 6e7071d6add24e8923d705d35a362761f356d56d py3:

[Freeipa-devel] [freeipa PR#836][opened] Only warn when specified server IP addresses don't match intf

2017-05-31 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/836 Author: MartinBasti Title: #836: Only warn when specified server IP addresses don't match intf Action: opened PR body: """ In containers local addresses differ from public addresses and we need a way to provide only public address to

[Freeipa-devel] [freeipa PR#803][+ack] ipatests: add systemd journal collection for multihost tests

2017-05-31 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/803 Title: #803: ipatests: add systemd journal collection for multihost tests Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#460][synchronized] ipa-server-install, ipa-server-upgrade fixes

2017-05-31 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/460 Author: MartinBasti Title: #460: ipa-server-install, ipa-server-upgrade fixes Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/460/head:pr460 git checkout

[Freeipa-devel] [freeipa PR#814][closed] Add new permission to grant 'add' on cas container

2017-05-31 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/814 Author: Tiboris Title: #814: Add new permission to grant 'add' on cas container Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/814/head:pr814 git checkout pr814

[Freeipa-devel] [freeipa PR#832][synchronized] Add remote_plugins subdirectories to RPM

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/832 Author: MartinBasti Title: #832: Add remote_plugins subdirectories to RPM Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/832/head:pr832 git checkout pr832

[Freeipa-devel] [freeipa PR#832][opened] Add remote_plugins subdirectories to RPM

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/832 Author: MartinBasti Title: #832: Add remote_plugins subdirectories to RPM Action: opened PR body: """ Subdirectories of remote plugins were forgotten in previous fix d22ac59828cc4339d509804ddb3e2e1da9cfaa20 .

[Freeipa-devel] [freeipa PR#827][synchronized] pylint: explicitly depends on python2-pylint

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout

[Freeipa-devel] [freeipa PR#831][edited] [4.4] custodia dep: require explictly python2 version

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/831 Author: MartinBasti Title: #831: [4.4] custodia dep: require explictly python2 version Action: edited Changed field: title Original value: """ custodia dep: require explictly python2 version """ ___

[Freeipa-devel] [freeipa PR#831][opened] custodia dep: require explictly python2 version

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/831 Author: MartinBasti Title: #831: custodia dep: require explictly python2 version Action: opened PR body: """ python-custodia matches python3-custodia, but for py2 installations we need python2-custodia explicitly

[Freeipa-devel] [freeipa PR#830][opened] custodia dep: require explictly python2 version

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/830 Author: MartinBasti Title: #830: custodia dep: require explictly python2 version Action: opened PR body: """ python-custodia matches python3-custodia, but for py2 installations we need python2-custodia explicitly

[Freeipa-devel] [freeipa PR#460][-ack] ipa-server-install, ipa-server-upgrade fixes

2017-05-30 Thread MartinBasti via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/460 Title: #460: ipa-server-install, ipa-server-upgrade fixes Label: -ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

  1   2   >