[Freeipa-devel] [freeipa PR#797][synchronized] ipa-replica-conncheck: handle ssh not installed

2017-05-29 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/797 Author: flo-renaud Title: #797: ipa-replica-conncheck: handle ssh not installed Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/797/head:pr797 git checkout

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

2017-05-30 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/818 Title: #818: Avoid possible endless recursion in RPC call from client flo-renaud commented: """ Hi @stlaz, thank you for the patch. The fix will avoid recursion in forward(), but I think that the same type of recursion could happen in

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

2017-06-01 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/818 Title: #818: Avoid possible endless recursion in RPC call from client flo-renaud commented: """ Hi @stlaz Thank you, the patch looks good to me. """ See the full comment at https://github.com/freeipa/freeipa/pull/818#issuecomment-305470664

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

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

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

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

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

2017-06-08 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/829 Title: #829: client.py: Replace hardcoded 'admin' with options.principal flo-renaud commented: """ Hi @Tiboris thank you, works as expected. """ See the full comment at https://github.com/freeipa/freeipa/pull/829#issuecomment-307085504

[Freeipa-devel] [freeipa PR#854][comment] RFC: server-side smart card auth advise plugin

2017-06-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/854 Title: #854: RFC: server-side smart card auth advise plugin flo-renaud commented: """ Hi @martbab thank you for the patch. Works great! We could also enhance the script: - check that it is run by the root user - to enable NSSOCP, the regex does

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

2017-06-15 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/871 Title: #871: Add --force-join into ipa-replica-install manpage flo-renaud commented: """ Hi @Tiboris thank you for the patch. Works as expected. """ See the full comment at https://github.com/freeipa/freeipa/pull/871#issuecomment-308687145

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

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

[Freeipa-devel] [freeipa PR#854][+ack] server-side and client-side advises for configuring smart card auth

2017-06-14 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/854 Title: #854: server-side and client-side advises for configuring smart card auth Label: +ack ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

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

2017-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/829 Title: #829: client.py: Replace hardcoded 'admin' with options.principal flo-renaud commented: """ Hi @Tiboris ticket 5060 was related to ipa-replica-install. You can see that ipa-client-automount is still using hardcoded "admin" value in line

[Freeipa-devel] [freeipa PR#1079][opened] ipa-server-upgrade: fix the logic for tracking certs

2017-09-14 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1079 Author: flo-renaud Title: #1079: ipa-server-upgrade: fix the logic for tracking certs Action: opened PR body: """ ipa-server-upgrade needs to configure certmonger with the right options in order to track PKI, HTTP and LDAP certs (for instance

[Freeipa-devel] [freeipa PR#1097][opened] Backport 4-5: Fix ipa-server-upgrade with server cert tracking

2017-09-19 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1097 Author: flo-renaud Title: #1097: Backport 4-5: Fix ipa-server-upgrade with server cert tracking Action: opened PR body: """ ipa-server-upgrade fails with Server-Cert not found, when trying to track httpd/ldap server certificates. There are 2

[Freeipa-devel] [freeipa PR#1079][closed] ipa-server-upgrade: fix the logic for tracking certs

2017-10-17 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1079 Author: flo-renaud Title: #1079: ipa-server-upgrade: fix the logic for tracking certs Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1079/head:pr1079 git

[Freeipa-devel] [freeipa PR#1159][closed] [4.6] Backport 7151

2017-10-17 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1159 Author: flo-renaud Title: #1159: [4.6] Backport 7151 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1159/head:pr1159 git checkout pr1159

[Freeipa-devel] [freeipa PR#1057][opened] py3: fix ipa cert-request --database ...

2017-09-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1057 Author: flo-renaud Title: #1057: py3: fix ipa cert-request --database ... Action: opened PR body: """ Fix bytes vs str issues in ipa cert-request https://pagure.io/freeipa/issue/7148 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#1008][opened] Fix ipa-server-upgrade: This entry already exists

2017-08-28 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1008 Author: flo-renaud Title: #1008: Fix ipa-server-upgrade: This entry already exists Action: opened PR body: """ ipa-server-upgrade fails when running the ipaload_cacrt plugin. The plugin finds all CA certificates in /etc/httpd/alias and uploads

[Freeipa-devel] [freeipa PR#1023][opened] Backport PR 1008 to ipa-4-5

2017-08-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1023 Author: flo-renaud Title: #1023: Backport PR 1008 to ipa-4-5 Action: opened PR body: """ Fix ipa-server-upgrade: This entry already exists ipa-server-upgrade fails when running the ipaload_cacrt plugin. The plugin finds all CA certificates in

[Freeipa-devel] [freeipa PR#1018][opened] Python3: Fix winsync replication agreement

2017-08-30 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1018 Author: flo-renaud Title: #1018: Python3: Fix winsync replication agreement Action: opened PR body: """ When configuring a winsync replication agreement, the tool performs a search on AD for defaultNamingContext. The entry contains the value

[Freeipa-devel] [freeipa PR#1021][opened] Backport PR 988 to ipa-4-5

2017-08-30 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1021 Author: flo-renaud Title: #1021: Backport PR 988 to ipa-4-5 Action: opened PR body: """ Fix Certificate renewal (with ext ca) Fix certificate renewal scripts that use IPACertificate object: - renew_ca_cert adds the C flag to the trust flags

[Freeipa-devel] [freeipa PR#1260][closed] [Backport][ipa-4-6]Fix ipa-restore (python2)

2017-11-13 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1260 Author: flo-renaud Title: #1260: [Backport][ipa-4-6]Fix ipa-restore (python2) Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1260/head:pr1260 git checkout

[Freeipa-devel] [freeipa PR#1333][opened] Fix ca less IPA install on fips mode

2017-11-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1333 Author: flo-renaud Title: #1333: Fix ca less IPA install on fips mode Action: opened PR body: """ When ipa-server-install is run in fips mode and ca-less, the installer fails when the keys are provided with --{http|dirsrv|pkinit}-cert-file in

[Freeipa-devel] [freeipa PR#1336][closed] [Backport][ipa-4-6] Fix ca less IPA install on fips mode

2017-11-27 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1336 Author: flo-renaud Title: #1336: [Backport][ipa-4-6] Fix ca less IPA install on fips mode Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1336/head:pr1336 git

[Freeipa-devel] [freeipa PR#1315][opened] Fix ipa-replica-install when key not protected by PIN

2017-11-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1315 Author: flo-renaud Title: #1315: Fix ipa-replica-install when key not protected by PIN Action: opened PR body: """ When ipa-replica-install is called in a CA-less environment, the certs, keys and pins need to be provided with

[Freeipa-devel] [freeipa PR#1228][closed] Fix ipa-restore (python2)

2017-11-08 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1228 Author: flo-renaud Title: #1228: Fix ipa-restore (python2) Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1228/head:pr1228 git checkout pr1228

[Freeipa-devel] [freeipa PR#1259][opened] [Backport][ipa-4-5]Fix ipa-restore (python2)

2017-11-08 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1259 Author: flo-renaud Title: #1259: [Backport][ipa-4-5]Fix ipa-restore (python2) Action: opened PR body: """ In order to stop tracking LDAP server cert, ipa-restore is using dse.ldif to find the certificate name. But when ipa-server-install

[Freeipa-devel] [freeipa PR#1364][opened] Improve help message for ipa trust-add --range-type

2017-12-06 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1364 Author: flo-renaud Title: #1364: Improve help message for ipa trust-add --range-type Action: opened PR body: """ Add the correct procedure for re-running ipa trust-add with a different range type. Fixes: https://pagure.io/freeipa/issue/7308

[Freeipa-devel] [freeipa PR#1930][closed] [Backport][ipa-4-5] Don't try to backup CS.cfg during upgrade if CA is not configured

2018-05-15 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1930 Author: flo-renaud Title: #1930: [Backport][ipa-4-5] Don't try to backup CS.cfg during upgrade if CA is not configured Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#1876][closed] Require mod_nss 1.0.14-7 to fix reverse proxy in mod_nss

2018-05-18 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1876 Author: rcritten Title: #1876: Require mod_nss 1.0.14-7 to fix reverse proxy in mod_nss Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1876/head:pr1876 git

[Freeipa-devel] [freeipa PR#1948][closed] ipa vault-archive overwrites an existing value without warning

2018-05-22 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1948 Author: amitkumar50 Title: #1948: ipa vault-archive overwrites an existing value without warning Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1948/head:pr1948

[Freeipa-devel] [freeipa PR#1955][opened] [Backport][ipa-4-6] ipa vault-archive overwrites an existing value without warning

2018-05-22 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1955 Author: flo-renaud Title: #1955: [Backport][ipa-4-6] ipa vault-archive overwrites an existing value without warning Action: opened PR body: """ This PR was opened automatically because PR #1948 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#1952][opened] ipa-server-install: publish complete cert chain in /usr/share/ipa/html/ca.crt

2018-05-22 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1952 Author: flo-renaud Title: #1952: ipa-server-install: publish complete cert chain in /usr/share/ipa/html/ca.crt Action: opened PR body: """ When IPA is installed with an externally signed CA, the master installer does not publish the whole

[Freeipa-devel] [freeipa PR#1990][closed] Use replace instead of add to set new default ipaSELinuxUserMapOrder

2018-06-08 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1990 Author: rcritten Title: #1990: Use replace instead of add to set new default ipaSELinuxUserMapOrder 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#2035][opened] Installer: configure authselect with-sudo

2018-06-18 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2035 Author: flo-renaud Title: #2035: Installer: configure authselect with-sudo Action: opened PR body: """ authselect needs to be configured with the 'with-sudo' feature (except when ipa-client-install is called with the option --no-sudo).

[Freeipa-devel] [freeipa PR#1967][closed] [Backport][ipa-4-5] Don't try to set Kerberos extradata when there is no principal

2018-05-29 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1967 Author: tiran Title: #1967: [Backport][ipa-4-5] Don't try to set Kerberos extradata when there is no principal 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#1966][closed] [Backport][ipa-4-6] Don't try to set Kerberos extradata when there is no principal

2018-05-29 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1966 Author: tiran Title: #1966: [Backport][ipa-4-6] Don't try to set Kerberos extradata when there is no principal 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#1515][closed] Test to check second replica installation after master restore

2018-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1515 Author: mrizwan93 Title: #1515: Test to check second replica installation after master restore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1515/head:pr1515

[Freeipa-devel] [freeipa PR#1982][opened] [Backport][ipa-4-6]ipa-server-install: publish complete cert chain in /usr/share/ipa/html/ca.crt

2018-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1982 Author: flo-renaud Title: #1982: [Backport][ipa-4-6]ipa-server-install: publish complete cert chain in /usr/share/ipa/html/ca.crt Action: opened PR body: """ Manual backport to ipa-4-6 for PR #1952. """ To pull the PR as Git branch: git

[Freeipa-devel] [freeipa PR#1938][closed] Extend host test suite with negative scenarios and more test cases

2018-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1938 Author: pavelpicka Title: #1938: Extend host test suite with negative scenarios and more test cases 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#1983][opened] [Backport][ipa-4-6] Extend host test suite with negative scenarios and more test cases

2018-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1983 Author: flo-renaud Title: #1983: [Backport][ipa-4-6] Extend host test suite with negative scenarios and more test cases Action: opened PR body: """ This PR was opened automatically because PR #1938 was pushed to master and backport to

[Freeipa-devel] [freeipa PR#1993][closed] [Backport][ipa-4-6] Validate the Directory Manager password in ipa-restore (take 2)

2018-06-06 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1993 Author: rcritten Title: #1993: [Backport][ipa-4-6] Validate the Directory Manager password in ipa-restore (take 2) 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#1984][closed] [Backport][ipa-4-6] Test to check second replica installation after master restore

2018-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1984 Author: mrizwan93 Title: #1984: [Backport][ipa-4-6] Test to check second replica installation after master restore 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#1983][closed] [Backport][ipa-4-6] Extend host test suite with negative scenarios and more test cases

2018-05-31 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1983 Author: flo-renaud Title: #1983: [Backport][ipa-4-6] Extend host test suite with negative scenarios and more test cases Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#2079][opened] ipa-client-install: enable and start oddjobd if mkhomedir

2018-06-27 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2079 Author: flo-renaud Title: #2079: ipa-client-install: enable and start oddjobd if mkhomedir Action: opened PR body: """ Since the switch to authselect, the service oddjobd is not automatically enabled when ipa client is installed with

[Freeipa-devel] [freeipa PR#1805][closed] Handle whitespace, add separator to regex in set_directive_lines

2018-05-02 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1805 Author: rcritten Title: #1805: Handle whitespace, add separator to regex in set_directive_lines Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1805/head:pr1805

[Freeipa-devel] [freeipa PR#1901][opened] authselect improvements

2018-05-03 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1901 Author: flo-renaud Title: #1901: authselect improvements Action: opened PR body: """ Improvements for authselect migration: - rely on a stable interface to read the current profile (authselect current --raw) - run tests only when authselect

[Freeipa-devel] [freeipa PR#1898][closed] Move krb5 snippet into freeipa-client-common

2018-05-03 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1898 Author: frozencemetery Title: #1898: Move krb5 snippet into freeipa-client-common Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1898/head:pr1898 git checkout

[Freeipa-devel] [freeipa PR#1603][closed] Authconfig to authselect migration

2018-04-26 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1603 Author: akokshar Title: #1603: Authconfig to authselect migration Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1603/head:pr1603 git checkout pr1603

[Freeipa-devel] [freeipa PR#1862][opened] Authselect migration

2018-04-26 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1862 Author: flo-renaud Title: #1862: Authselect migration Action: opened PR body: """ This PR replaces PR 1603. It contains basically cosmetic changes (split into multiple commits), and the enhancements proposed in the

[Freeipa-devel] [freeipa PR#1437][opened] Idviews: fix objectclass violation on idview-add

2018-01-05 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1437 Author: flo-renaud Title: #1437: Idviews: fix objectclass violation on idview-add Action: opened PR body: """ When the option --domain-resolution-order is used with the command ipa idview-add, the resulting LDAP object stores the value in

[Freeipa-devel] [freeipa PR#1464][closed] [Backport][ipa-4-5] WebUI: fix for negative number in pagination size settings

2018-01-15 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1464 Author: flo-renaud Title: #1464: [Backport][ipa-4-5] WebUI: fix for negative number in pagination size settings 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#1476][closed] [Backport][ipa-4-6] Checks if Dir Server is installed and running before IPA installation

2018-01-18 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1476 Author: flo-renaud Title: #1476: [Backport][ipa-4-6] Checks if Dir Server is installed and running before IPA installation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#1476][opened] [Backport][ipa-4-6] Checks if Dir Server is installed and running before IPA installation

2018-01-17 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1476 Author: flo-renaud Title: #1476: [Backport][ipa-4-6] Checks if Dir Server is installed and running before IPA installation Action: opened PR body: """ In cases when IPA is installed in two steps (external CA), it's necessary to check (in the

[Freeipa-devel] [freeipa PR#1464][opened] [Backport][ipa-4-5] WebUI: fix for negative number in pagination size settings

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1464 Author: flo-renaud Title: #1464: [Backport][ipa-4-5] WebUI: fix for negative number in pagination size settings Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git

[Freeipa-devel] [freeipa PR#1462][opened] [Backport][ipa-4-5] Changed ownership of ldiffile to DS_USER

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1462 Author: flo-renaud Title: #1462: [Backport][ipa-4-5] Changed ownership of ldiffile to DS_USER Action: opened PR body: """ Resolves: https://pagure.io/freeipa/issue/7010 Reviewed-By: Martin Basti """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#1463][opened] [Backport][ipa-4-5] Add --force-join into ipa-replica-install manpage

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1463 Author: flo-renaud Title: #1463: [Backport][ipa-4-5] Add --force-join into ipa-replica-install manpage Action: opened PR body: """ Resolves: https://pagure.io/freeipa/issue/7011 Reviewed-By: Florence Blanc-Renaud """ To

[Freeipa-devel] [freeipa PR#1466][opened] [Backport][ipa-4-6] Documenting kinit_lifetime in /etc/ipa/default.conf

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1466 Author: flo-renaud Title: #1466: [Backport][ipa-4-6] Documenting kinit_lifetime in /etc/ipa/default.conf Action: opened PR body: """ This PR was opened automatically because PR #1425 was pushed to master and backport to ipa-4-6 is required.

[Freeipa-devel] [freeipa PR#1425][closed] Documenting kinit_lifetime in /etc/ipa/default.conf

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1425 Author: amitkumar50 Title: #1425: Documenting kinit_lifetime in /etc/ipa/default.conf Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1425/head:pr1425 git

[Freeipa-devel] [freeipa PR#1465][opened] [Backport][ipa-4-5] Checks if Dir Server is installed and running before IPA installation

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1465 Author: flo-renaud Title: #1465: [Backport][ipa-4-5] Checks if Dir Server is installed and running before IPA installation Action: opened PR body: """ In cases when IPA is installed in two steps (external CA), it's necessary to check (in the

[Freeipa-devel] [freeipa PR#1463][closed] [Backport][ipa-4-5] Add --force-join into ipa-replica-install manpage

2018-01-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1463 Author: flo-renaud Title: #1463: [Backport][ipa-4-5] Add --force-join into ipa-replica-install manpage 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#1521][opened] ipa host-add: do not raise exception when reverse record not added

2018-02-05 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1521 Author: flo-renaud Title: #1521: ipa host-add: do not raise exception when reverse record not added Action: opened PR body: """ When ipa host-add --random is unable to add a reverse record (for instance because the server does not manage any

[Freeipa-devel] [freeipa PR#1551][opened] ipa host-add --ip-address: properly handle NoNameservers

2018-02-08 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1551 Author: flo-renaud Title: #1551: ipa host-add --ip-address: properly handle NoNameservers Action: opened PR body: """ When ipa host-add --ip-address is called but no DNS server is able to answer for the reverse zone, get_reverse_zone raises a

[Freeipa-devel] [freeipa PR#1551][closed] ipa host-add --ip-address: properly handle NoNameservers

2018-02-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1551 Author: flo-renaud Title: #1551: ipa host-add --ip-address: properly handle NoNameservers Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1551/head:pr1551 git

[Freeipa-devel] [freeipa PR#1566][closed] [Backport][ipa-4-6] ipa host-add --ip-address: properly handle NoNameservers

2018-02-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1566 Author: flo-renaud Title: #1566: [Backport][ipa-4-6] ipa host-add --ip-address: properly handle NoNameservers 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#1566][opened] [Backport][ipa-4-6] ipa host-add --ip-address: properly handle NoNameservers

2018-02-12 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1566 Author: flo-renaud Title: #1566: [Backport][ipa-4-6] ipa host-add --ip-address: properly handle NoNameservers Action: opened PR body: """ This PR was opened automatically because PR #1551 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#1582][opened] User must not be able to delete his last active otp token

2018-02-14 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1582 Author: flo-renaud Title: #1582: User must not be able to delete his last active otp token Action: opened PR body: """ Fix and unit test for the issue. When an OTP token is the last active token, the user should not be allowed to delete its

[Freeipa-devel] [freeipa PR#1416][closed] Do not allow users delete their last otp token

2018-02-14 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1416 Author: felipevolpone Title: #1416: Do not allow users delete their last otp token Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1416/head:pr1416 git checkout

[Freeipa-devel] [freeipa PR#1469][closed] ipa-advise for smartcards updated

2018-02-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1469 Author: amitkumar50 Title: #1469: ipa-advise for smartcards updated Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1469/head:pr1469 git checkout pr1469

[Freeipa-devel] [freeipa PR#1532][opened] [Backport][ipa-4-5] ipa-advise for smartcards updated

2018-02-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1532 Author: flo-renaud Title: #1532: [Backport][ipa-4-5] ipa-advise for smartcards updated Action: opened PR body: """ This PR was opened automatically because PR #1469 was pushed to master and backport to ipa-4-5 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1533][opened] [Backport][ipa-4-6] ipa-advise for smartcards updated

2018-02-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1533 Author: flo-renaud Title: #1533: [Backport][ipa-4-6] ipa-advise for smartcards updated Action: opened PR body: """ This PR was opened automatically because PR #1469 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1532][closed] [Backport][ipa-4-5] ipa-advise for smartcards updated

2018-02-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1532 Author: flo-renaud Title: #1532: [Backport][ipa-4-5] ipa-advise for smartcards updated Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1532/head:pr1532 git

[Freeipa-devel] [freeipa PR#1533][closed] [Backport][ipa-4-6] ipa-advise for smartcards updated

2018-02-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1533 Author: flo-renaud Title: #1533: [Backport][ipa-4-6] ipa-advise for smartcards updated Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1533/head:pr1533 git

[Freeipa-devel] [freeipa PR#1426][opened] ACI: grant access to admins group instead of admin user

2018-01-02 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1426 Author: flo-renaud Title: #1426: ACI: grant access to admins group instead of admin user Action: opened PR body: """ The ACI needed for staged users and deleted users were granted only to the uid=admin user. They should rather be granted to

[Freeipa-devel] [freeipa PR#2044][opened] [Fedora29]: fix dependency for *-domainname.service file

2018-06-19 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2044 Author: flo-renaud Title: #2044: [Fedora29]: fix dependency for *-domainname.service file Action: opened PR body: """ FreeIPA has a dependency on /usr/lib/systemd/system/*-domainname.service file. In fedora <=28, this is provided by package

[Freeipa-devel] [freeipa PR#2200][opened] Tests: add integration test for 7601

2018-08-02 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2200 Author: flo-renaud Title: #2200: Tests: add integration test for 7601 Action: opened PR body: """ Add a test for issue 7601: - add a user, perform kinit user to modify the password, read krblastpwdchange and krbpasswordexpiration. - perform a

[Freeipa-devel] [freeipa PR#2197][opened] [Backport][ipa-4-6] Allow anonymous access to parentID attribute

2018-08-02 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2197 Author: flo-renaud Title: #2197: [Backport][ipa-4-6] Allow anonymous access to parentID attribute Action: opened PR body: """ Manual backport to ipa-4-6 of PR #1752 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2217][closed] [Backport][ipa-4-6] Tests: add integration test for 7601

2018-08-09 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2217 Author: Tiboris Title: #2217: [Backport][ipa-4-6] Tests: add integration test for 7601 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2217/head:pr2217 git

[Freeipa-devel] [freeipa PR#2231][closed] [Backport][ipa-4-5] PRCI: extend timeouts for gating

2018-08-09 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2231 Author: Tiboris Title: #2231: [Backport][ipa-4-5] PRCI: extend timeouts for gating Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2231/head:pr2231 git checkout

[Freeipa-devel] [freeipa PR#2227][opened] PRCI: extend timeouts for gating

2018-08-08 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2227 Author: flo-renaud Title: #2227: PRCI: extend timeouts for gating Action: opened PR body: """ Some tests have been identified as frequently failing on timeouts. While we are investigating PRCI potential issues, increase the timeouts to make

[Freeipa-devel] [freeipa PR#2221][opened] Test: fix definition of template for dnssec

2018-08-07 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2221 Author: flo-renaud Title: #2221: Test: fix definition of template for dnssec Action: opened PR body: """ The template used for dnssec does not exist, the test should use ci-ipa-4-5-f26 instead of ci-master-f26 """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#2249][opened] [Backport][ipa-4-5] Check if replication agreement exist before enable/disable it

2018-08-13 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2249 Author: flo-renaud Title: #2249: [Backport][ipa-4-5] Check if replication agreement exist before enable/disable it Action: opened PR body: """ If the replication agreement does not exist, a custom exception is raised explaining the problem.

[Freeipa-devel] [freeipa PR#2222][closed] Re-open the ldif file to prevent error message

2018-08-16 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/ Author: Tiboris Title: #: Re-open the ldif file to prevent error message Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull//head:pr git checkout pr

[Freeipa-devel] [freeipa PR#2257][opened] [Backport][ipa-4-7] Re-open the ldif file to prevent error message

2018-08-16 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2257 Author: flo-renaud Title: #2257: [Backport][ipa-4-7] Re-open the ldif file to prevent error message Action: opened PR body: """ This PR was opened automatically because PR # was pushed to master and backport to ipa-4-7 is required. """

[Freeipa-devel] [freeipa PR#2256][opened] [Backport][ipa-4-6] Re-open the ldif file to prevent error message

2018-08-16 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2256 Author: flo-renaud Title: #2256: [Backport][ipa-4-6] Re-open the ldif file to prevent error message Action: opened PR body: """ This PR was opened automatically because PR # was pushed to master and backport to ipa-4-6 is required. """

[Freeipa-devel] [freeipa PR#2256][closed] [Backport][ipa-4-6] Re-open the ldif file to prevent error message

2018-08-16 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2256 Author: flo-renaud Title: #2256: [Backport][ipa-4-6] Re-open the ldif file to prevent error message 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#2257][closed] [Backport][ipa-4-7] Re-open the ldif file to prevent error message

2018-08-16 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2257 Author: flo-renaud Title: #2257: [Backport][ipa-4-7] Re-open the ldif file to prevent error message 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#2206][closed] [Backport][ipa-4-5] In IPA 4.4 when updating userpassword with ldapmodify does not update…

2018-08-09 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2206 Author: Tiboris Title: #2206: [Backport][ipa-4-5] In IPA 4.4 when updating userpassword with ldapmodify does not update… Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#2218][closed] [Backport][ipa-4-5] Tests: add integration test for password changes by dir mgr

2018-08-10 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2218 Author: flo-renaud Title: #2218: [Backport][ipa-4-5] Tests: add integration test for password changes by dir mgr 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#2248][opened] Fix ipa-restore: create /var/run/ipa files

2018-08-13 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2248 Author: flo-renaud Title: #2248: Fix ipa-restore: create /var/run/ipa files Action: opened PR body: """ In ipa 4.5.4, ipa-restore fails because the file /etc/tmpfiles.d/ipa.conf is not restored => /var/run/ipa and /var/run/ipa/ccaches

[Freeipa-devel] [freeipa PR#2218][opened] [Backport][ipa-4-5] Tests: add integration test for password changes by dir mgr

2018-08-06 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2218 Author: flo-renaud Title: #2218: [Backport][ipa-4-5] Tests: add integration test for password changes by dir mgr Action: opened PR body: """ Manual backport of PR #2200 to ipa-4-5. """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#2197][closed] [Backport][ipa-4-6] Allow anonymous access to parentID attribute

2018-08-06 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2197 Author: flo-renaud Title: #2197: [Backport][ipa-4-6] Allow anonymous access to parentID attribute 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#2263][opened] DS replication settings: fix regression with <3.3 master

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2263 Author: flo-renaud Title: #2263: DS replication settings: fix regression with <3.3 master Action: opened PR body: """ Commit 811b0fdb4620938963f1a29d3fdd22257327562c introduced a regression when configuring replication with a master < 3.3 Even

[Freeipa-devel] [freeipa PR#2258][closed] [Backport][ipa-4-7] Check if user permssions and umask 0022 is set after ipa-restore

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2258 Author: Tiboris Title: #2258: [Backport][ipa-4-7] Check if user permssions and umask 0022 is set after ipa-restore 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#2259][closed] [Backport][ipa-4-6] Check if user permssions and umask 0022 is set after ipa-restore

2018-08-21 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2259 Author: mrizwan93 Title: #2259: [Backport][ipa-4-6] Check if user permssions and umask 0022 is set after ipa-restore 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#2264][closed] [Backport][ipa-4-7] Replace old login screen logo with new one

2018-08-22 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2264 Author: flo-renaud Title: #2264: [Backport][ipa-4-7] Replace old login screen logo with new one Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2264/head:pr2264

[Freeipa-devel] [freeipa PR#2276][closed] [Backport][ipa-4-6] ipa commands: print 'IPA is not configured' when ipa is not setup

2018-08-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2276 Author: tiran Title: #2276: [Backport][ipa-4-6] ipa commands: print 'IPA is not configured' when ipa is not setup 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#2279][closed] [Backport][ipa-4-5] ipa commands: print 'IPA is not configured' when ipa is not setup

2018-08-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2279 Author: flo-renaud Title: #2279: [Backport][ipa-4-5] ipa commands: print 'IPA is not configured' when ipa is not setup Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch

[Freeipa-devel] [freeipa PR#2282][opened] [Backport][ipa-4-7] DS replication settings: fix regression with <3.3 master

2018-08-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2282 Author: flo-renaud Title: #2282: [Backport][ipa-4-7] DS replication settings: fix regression with <3.3 master Action: opened PR body: """ This PR was opened automatically because PR #2263 was pushed to master and backport to ipa-4-7 is

[Freeipa-devel] [freeipa PR#2281][opened] [Backport][ipa-4-6] DS replication settings: fix regression with <3.3 master

2018-08-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2281 Author: flo-renaud Title: #2281: [Backport][ipa-4-6] DS replication settings: fix regression with <3.3 master Action: opened PR body: """ This PR was opened automatically because PR #2263 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#2263][closed] DS replication settings: fix regression with <3.3 master

2018-08-24 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2263 Author: flo-renaud Title: #2263: DS replication settings: fix regression with <3.3 master Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2263/head:pr2263 git

  1   2   3   4   5   6   7   8   9   10   >