[Freeipa-devel] [freeipa PR#6140][opened] ipa-kdb: refactor KDB driver to prepare for KDB version 9

2022-01-13 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6140 Author: abbra Title: #6140: ipa-kdb: refactor KDB driver to prepare for KDB version 9 Action: opened PR body: """ MIT Kerberos 1.20 changes DAL interface around PAC record issuance: sign_authdata callback is removed and replaced with issue_pac

[Freeipa-devel] [freeipa PR#6134][opened] Support building against OpenLDAP 2.6+

2022-01-11 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6134 Author: abbra Title: #6134: Support building against OpenLDAP 2.6+ Action: opened PR body: """ OpenLDAP 2.6 deprecated separate libldap/libldap_r and liblber/liblber_r, there is only one (reentrant) variant for each library. Attempt to use _r

[Freeipa-devel] [freeipa PR#5976][closed] Translations update from Weblate

2021-12-07 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5976 Author: weblate Title: #5976: Translations update from Weblate Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5976/head:pr5976 git checkout pr5976

[Freeipa-devel] [freeipa PR#6116][opened] [Backport][ipa-4-9] PAC fixes for Windows Server November 2021 security release

2021-11-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6116 Author: abbra Title: #6116: [Backport][ipa-4-9] PAC fixes for Windows Server November 2021 security release Action: opened PR body: """ This PR was opened automatically because PR #6113 was pushed to master and backport to ipa-4-9 is

[Freeipa-devel] [freeipa PR#6113][closed] PAC fixes for Windows Server November 2021 security release

2021-11-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6113 Author: abbra Title: #6113: PAC fixes for Windows Server November 2021 security release Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6113/head:pr6113 git

[Freeipa-devel] [freeipa PR#6113][opened] PAC fixes for Windows Server November 2021 security release

2021-11-27 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6113 Author: abbra Title: #6113: PAC fixes for Windows Server November 2021 security release Action: opened PR body: """ ### ipa-kdb: issue PAC_REQUESTER_SID only for TGTs MS-KILE 3.3.5.6.4.8 in revision after Windows Server November 2021

[Freeipa-devel] [freeipa PR#6085][opened] Fix use of comparison functions to avoid GCC bug 95189

2021-11-16 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6085 Author: abbra Title: #6085: Fix use of comparison functions to avoid GCC bug 95189 Action: opened PR body: """ Due to a bug in GCC 9 and GCC 10 optimizing code, all C library comparison functions should be used with explicit result comparison

[Freeipa-devel] [freeipa PR#6083][opened] freeipa.spec.in: -server subpackage should require samba-client-libs

2021-11-15 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6083 Author: abbra Title: #6083: freeipa.spec.in: -server subpackage should require samba-client-libs Action: opened PR body: """ KDB driver extensively uses NDR parsing and marshalling code provided by Samba libraries. Since these libraries are

[Freeipa-devel] [freeipa PR#6080][opened] Harden PAC processing leftovers

2021-11-11 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6080 Author: abbra Title: #6080: Harden PAC processing leftovers Action: opened PR body: """ Two tests failed in nightlies after PAC hardening was merged. These patches address those changes. """ To pull the PR as Git branch: git remote add

[Freeipa-devel] [freeipa PR#6076][opened] Harden PAC processing

2021-11-09 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6076 Author: abbra Title: #6076: Harden PAC processing Action: opened PR body: """ Implement suggestions outlined in https://www.samba.org/samba/security/CVE-2020-25721.html > In order to avoid issues like CVE-2020-25717 AD Kerberos accepting >

[Freeipa-devel] [freeipa PR#6001][closed] subid: subid-match: display the owner's ID not DN

2021-09-02 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6001 Author: fcami Title: #6001: subid: subid-match: display the owner's ID not DN Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6001/head:pr6001 git checkout

[Freeipa-devel] [freeipa PR#5900][opened] rhel platform: add a named crypto-policy support

2021-07-16 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5900 Author: abbra Title: #5900: rhel platform: add a named crypto-policy support Action: opened PR body: """ RHEL 8+ provides bind system-wide crypto policy support, enable it. Signed-off-by: Alexander Bokovoy """ To pull the PR as Git branch:

[Freeipa-devel] [freeipa PR#5866][opened] [Backport][ipa-4-9] Don't return more attributes than requested from LDAP cache

2021-06-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5866 Author: abbra Title: #5866: [Backport][ipa-4-9] Don't return more attributes than requested from LDAP cache Action: opened PR body: """ This PR was opened automatically because PR #5860 was pushed to master and backport to ipa-4-9 is

[Freeipa-devel] [freeipa PR#5860][closed] Don't return more attributes than requested from LDAP cache

2021-06-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5860 Author: rcritten Title: #5860: Don't return more attributes than requested from LDAP cache Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5860/head:pr5860 git

[Freeipa-devel] [freeipa PR#5861][closed] [Backport][ipa-4-9] Add unauthenticated nsupdate

2021-06-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5861 Author: abbra Title: #5861: [Backport][ipa-4-9] Add unauthenticated nsupdate Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5861/head:pr5861 git checkout pr5861

[Freeipa-devel] [freeipa PR#5862][closed] [Backport][ipa-4-9] plugins: Don't treat keys of API as bytes

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5862 Author: abbra Title: #5862: [Backport][ipa-4-9] plugins: Don't treat keys of API as bytes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5862/head:pr5862 git

[Freeipa-devel] [freeipa PR#5856][closed] Increase timeout for test_commands.py

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5856 Author: menonsudhir Title: #5856: Increase timeout for test_commands.py Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5856/head:pr5856 git checkout pr5856

[Freeipa-devel] [freeipa PR#5863][opened] [Backport][ipa-4-8] plugins: Don't treat keys of API as bytes

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5863 Author: abbra Title: #5863: [Backport][ipa-4-8] plugins: Don't treat keys of API as bytes Action: opened PR body: """ This PR was opened automatically because PR #5857 was pushed to master and backport to ipa-4-8 is required. """ To pull the

[Freeipa-devel] [freeipa PR#5862][opened] [Backport][ipa-4-9] plugins: Don't treat keys of API as bytes

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5862 Author: abbra Title: #5862: [Backport][ipa-4-9] plugins: Don't treat keys of API as bytes Action: opened PR body: """ This PR was opened automatically because PR #5857 was pushed to master and backport to ipa-4-9 is required. """ To pull the

[Freeipa-devel] [freeipa PR#5857][closed] plugins: Don't treat keys of API as bytes

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5857 Author: stanislavlevin Title: #5857: plugins: Don't treat keys of API as bytes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5857/head:pr5857 git checkout

[Freeipa-devel] [freeipa PR#5861][opened] [Backport][ipa-4-9] Add unauthenticated nsupdate

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5861 Author: abbra Title: #5861: [Backport][ipa-4-9] Add unauthenticated nsupdate Action: opened PR body: """ This PR was opened automatically because PR #4909 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#4909][closed] Add unauthenticated nsupdate

2021-06-28 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4909 Author: fcami Title: #4909: Add unauthenticated nsupdate Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4909/head:pr4909 git checkout pr4909

[Freeipa-devel] [freeipa PR#5325][closed] LDAP autobind authenticateAsDN for BIND named

2021-06-15 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5325 Author: tiran Title: #5325: LDAP autobind authenticateAsDN for BIND named Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5325/head:pr5325 git checkout pr5325

[Freeipa-devel] [freeipa PR#5834][closed] [Backport][ipa-4-9] krb_utils: Simplify get_credentials

2021-06-14 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5834 Author: abbra Title: #5834: [Backport][ipa-4-9] krb_utils: Simplify get_credentials Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5834/head:pr5834 git checkout

[Freeipa-devel] [freeipa PR#5830][closed] [Backport][ipa-4-9] ipa-cert-fix man page: add note about certmonger renewal

2021-06-12 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5830 Author: flo-renaud Title: #5830: [Backport][ipa-4-9] ipa-cert-fix man page: add note about certmonger renewal 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#5834][opened] [Backport][ipa-4-9] krb_utils: Simplify get_credentials

2021-06-12 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5834 Author: abbra Title: #5834: [Backport][ipa-4-9] krb_utils: Simplify get_credentials Action: opened PR body: """ This PR was opened automatically because PR #5813 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#5813][closed] krb_utils: Simplify get_credentials

2021-06-12 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5813 Author: stanislavlevin Title: #5813: krb_utils: Simplify get_credentials Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5813/head:pr5813 git checkout pr5813

[Freeipa-devel] [freeipa PR#5810][closed] [Backport][ipa-4-9] Catch ValueError when trying to retrieve existing credentials

2021-06-04 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5810 Author: abbra Title: #5810: [Backport][ipa-4-9] Catch ValueError when trying to retrieve existing credentials 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#5810][reopened] [Backport][ipa-4-9] Catch ValueError when trying to retrieve existing credentials

2021-06-04 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5810 Author: abbra Title: #5810: [Backport][ipa-4-9] Catch ValueError when trying to retrieve existing credentials Action: reopened To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#5800][closed] [master] ipatests: Bump PR-CI boxes

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5800 Author: netoarmando Title: #5800: [master] ipatests: Bump PR-CI boxes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5800/head:pr5800 git checkout pr5800

[Freeipa-devel] [freeipa PR#5810][opened] [Backport][ipa-4-9] Catch ValueError when trying to retrieve existing credentials

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5810 Author: abbra Title: #5810: [Backport][ipa-4-9] Catch ValueError when trying to retrieve existing credentials Action: opened PR body: """ This PR was opened automatically because PR #5808 was pushed to master and backport to ipa-4-9 is

[Freeipa-devel] [freeipa PR#5808][closed] Catch ValueError when trying to retrieve existing credentials

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5808 Author: rcritten Title: #5808: Catch ValueError when trying to retrieve existing credentials Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5808/head:pr5808 git

[Freeipa-devel] [freeipa PR#5807][closed] [Backport][ipa-4-9] WebUI: Add support of 'ipaautoprivategroups' LDAP attribute on 'ID Ranges' page

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5807 Author: flo-renaud Title: #5807: [Backport][ipa-4-9] WebUI: Add support of 'ipaautoprivategroups' LDAP attribute on 'ID Ranges' page Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git

[Freeipa-devel] [freeipa PR#5793][closed] [Backport][ipa-4-8] azure: bump F32->F34

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5793 Author: stanislavlevin Title: #5793: [Backport][ipa-4-8] azure: bump F32->F34 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5793/head:pr5793 git checkout

[Freeipa-devel] [freeipa PR#5806][opened] [Backport][ipa-4-9] service: enforce keytab user when retrieving the keytab

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5806 Author: abbra Title: #5806: [Backport][ipa-4-9] service: enforce keytab user when retrieving the keytab Action: opened PR body: """ This PR was opened automatically because PR #5805 was pushed to master and backport to ipa-4-9 is required.

[Freeipa-devel] [freeipa PR#5805][closed] service: enforce keytab user when retrieving the keytab

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5805 Author: abbra Title: #5805: service: enforce keytab user when retrieving the keytab Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5805/head:pr5805 git checkout

[Freeipa-devel] [freeipa PR#5804][closed] [Backport][ipa-4-9] ipatests: Fetch sudo rules without time offset

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5804 Author: abbra Title: #5804: [Backport][ipa-4-9] ipatests: Fetch sudo rules without time offset Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5804/head:pr5804

[Freeipa-devel] [freeipa PR#5805][opened] service: enforce keytab user when retrieving the keytab

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5805 Author: abbra Title: #5805: service: enforce keytab user when retrieving the keytab Action: opened PR body: """ HTTP service uses different user for keytab ownership than the service user. On Fedora this leads to http.keytab being owned by

[Freeipa-devel] [freeipa PR#5804][opened] [Backport][ipa-4-9] ipatests: Fetch sudo rules without time offset

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5804 Author: abbra Title: #5804: [Backport][ipa-4-9] ipatests: Fetch sudo rules without time offset Action: opened PR body: """ This PR was opened automatically because PR #5803 was pushed to master and backport to ipa-4-9 is required. """ To

[Freeipa-devel] [freeipa PR#5803][closed] ipatests: Fetch sudo rules without time offset

2021-06-03 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5803 Author: stanislavlevin Title: #5803: ipatests: Fetch sudo rules without time offset Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5803/head:pr5803 git checkout

[Freeipa-devel] [freeipa PR#5802][closed] [Backport][ipa-4-9] ds: Support renaming of a replication plugin in 389-ds

2021-06-01 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5802 Author: abbra Title: #5802: [Backport][ipa-4-9] ds: Support renaming of a replication plugin in 389-ds 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#5802][opened] [Backport][ipa-4-9] ds: Support renaming of a replication plugin in 389-ds

2021-06-01 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5802 Author: abbra Title: #5802: [Backport][ipa-4-9] ds: Support renaming of a replication plugin in 389-ds Action: opened PR body: """ This PR was opened automatically because PR #5798 was pushed to master and backport to ipa-4-9 is required.

[Freeipa-devel] [freeipa PR#5798][closed] ds: Support renaming of a replication plugin in 389-ds

2021-06-01 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5798 Author: abbra Title: #5798: ds: Support renaming of a replication plugin in 389-ds Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5798/head:pr5798 git checkout

[Freeipa-devel] [freeipa PR#5798][opened] ds: Support renaming of a replication plugin in 389-ds

2021-05-31 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5798 Author: abbra Title: #5798: ds: Support renaming of a replication plugin in 389-ds Action: opened PR body: """ IPA topology plugin depends on the replication plugin but 389-ds cannot handle older alias querying in the plugin configuration with

[Freeipa-devel] [freeipa PR#5797][closed] [Backport][ipa-4-9] Add --keyfile option to ipa-otptoken-import.1

2021-05-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5797 Author: abbra Title: #5797: [Backport][ipa-4-9] Add --keyfile option to ipa-otptoken-import.1 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5797/head:pr5797

[Freeipa-devel] [freeipa PR#5796][closed] [Backport][ipa-4-9] Update IRC links to point to Libera.chat

2021-05-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5796 Author: abbra Title: #5796: [Backport][ipa-4-9] Update IRC links to point to Libera.chat Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5796/head:pr5796 git

[Freeipa-devel] [freeipa PR#5797][opened] [Backport][ipa-4-9] Add --keyfile option to ipa-otptoken-import.1

2021-05-27 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5797 Author: abbra Title: #5797: [Backport][ipa-4-9] Add --keyfile option to ipa-otptoken-import.1 Action: opened PR body: """ This PR was opened automatically because PR #5791 was pushed to master and backport to ipa-4-9 is required. """ To pull

[Freeipa-devel] [freeipa PR#5791][closed] Add --keyfile option to ipa-otptoken-import.1

2021-05-27 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5791 Author: miztake Title: #5791: Add --keyfile option to ipa-otptoken-import.1 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5791/head:pr5791 git checkout pr5791

[Freeipa-devel] [freeipa PR#5796][opened] [Backport][ipa-4-9] Update IRC links to point to Libera.chat

2021-05-27 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5796 Author: abbra Title: #5796: [Backport][ipa-4-9] Update IRC links to point to Libera.chat Action: opened PR body: """ This PR was opened automatically because PR #5795 was pushed to master and backport to ipa-4-9 is required. """ To pull the

[Freeipa-devel] [freeipa PR#5795][closed] Update IRC links to point to Libera.chat

2021-05-27 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5795 Author: abbra Title: #5795: Update IRC links to point to Libera.chat Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5795/head:pr5795 git checkout pr5795

[Freeipa-devel] [freeipa PR#5794][closed] [Backport][ipa-4-9] pkispawn: override the AJP address

2021-05-27 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5794 Author: abbra Title: #5794: [Backport][ipa-4-9] pkispawn: override the AJP address Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5794/head:pr5794 git checkout

[Freeipa-devel] [freeipa PR#5795][opened] Update IRC links to point to Libera.chat

2021-05-26 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5795 Author: abbra Title: #5795: Update IRC links to point to Libera.chat Action: opened PR body: """ Update documentation now that we moved IRC channels #freeipa and #sssd to Libera.chat network. Signed-off-by: Alexander Bokovoy """ To pull the

[Freeipa-devel] [freeipa PR#5749][closed] pkispawn: override the AJP address

2021-05-26 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5749 Author: flo-renaud Title: #5749: pkispawn: override the AJP address Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5749/head:pr5749 git checkout pr5749

[Freeipa-devel] [freeipa PR#5794][opened] [Backport][ipa-4-9] pkispawn: override the AJP address

2021-05-26 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5794 Author: abbra Title: #5794: [Backport][ipa-4-9] pkispawn: override the AJP address Action: opened PR body: """ This PR was opened automatically because PR #5749 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#5792][closed] [Backport][ipa-4-9] azure: bump F32->F34

2021-05-25 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5792 Author: abbra Title: #5792: [Backport][ipa-4-9] azure: bump F32->F34 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5792/head:pr5792 git checkout pr5792

[Freeipa-devel] [freeipa PR#5631][closed] azure: use Fedora 34 as a baseline

2021-05-25 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5631 Author: abbra Title: #5631: azure: use Fedora 34 as a baseline Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5631/head:pr5631 git checkout pr5631

[Freeipa-devel] [freeipa PR#5792][opened] [Backport][ipa-4-9] azure: bump F32->F34

2021-05-25 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5792 Author: abbra Title: #5792: [Backport][ipa-4-9] azure: bump F32->F34 Action: opened PR body: """ This PR was opened automatically because PR #5790 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch:

[Freeipa-devel] [freeipa PR#5790][closed] azure: bump F32->F34

2021-05-25 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5790 Author: stanislavlevin Title: #5790: azure: bump F32->F34 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5790/head:pr5790 git checkout pr5790

[Freeipa-devel] [freeipa PR#5731][opened] [Backport][ipa-4-8] ipa-otpd: handle LDAP timeout in a better way

2021-04-23 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5731 Author: abbra Title: #5731: [Backport][ipa-4-8] ipa-otpd: handle LDAP timeout in a better way Action: opened PR body: """ This PR was opened automatically because PR #5728 was pushed to master and backport to ipa-4-8 is required. """ To pull

[Freeipa-devel] [freeipa PR#5730][opened] [Backport][ipa-4-6] ipa-otpd: handle LDAP timeout in a better way

2021-04-23 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5730 Author: abbra Title: #5730: [Backport][ipa-4-6] ipa-otpd: handle LDAP timeout in a better way Action: opened PR body: """ This PR was opened automatically because PR #5728 was pushed to master and backport to ipa-4-6 is required. """ To pull

[Freeipa-devel] [freeipa PR#5729][opened] [Backport][ipa-4-9] ipa-otpd: handle LDAP timeout in a better way

2021-04-23 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5729 Author: abbra Title: #5729: [Backport][ipa-4-9] ipa-otpd: handle LDAP timeout in a better way Action: opened PR body: """ This PR was opened automatically because PR #5728 was pushed to master and backport to ipa-4-9 is required. """ To pull

[Freeipa-devel] [freeipa PR#5728][closed] ipa-otpd: handle LDAP timeout in a better way

2021-04-23 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5728 Author: abbra Title: #5728: ipa-otpd: handle LDAP timeout in a better way Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5728/head:pr5728 git checkout pr5728

[Freeipa-devel] [freeipa PR#5728][opened] ipa-otpd: handle LDAP timeout in a better way

2021-04-22 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5728 Author: abbra Title: #5728: ipa-otpd: handle LDAP timeout in a better way Action: opened PR body: """ When LDAP server disconnects ipa-otpd client connection due to a timeout, ipa-otpd instance would stop and report an issue. This confuses

[Freeipa-devel] [freeipa PR#5708][opened] ipaserver/install/dns: handle SERVFAIL when checking reverse zone

2021-04-10 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5708 Author: abbra Title: #5708: ipaserver/install/dns: handle SERVFAIL when checking reverse zone Action: opened PR body: """ systemd-resolved in Fedora 34+ returns SERVFAIL for reverse zone that does not yet exist when we attempt to look it up

[Freeipa-devel] [freeipa PR#5704][opened] [Backport][ipa-4-9] Better mod_wsgi configuration

2021-04-07 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5704 Author: abbra Title: #5704: [Backport][ipa-4-9] Better mod_wsgi configuration Action: opened PR body: """ This PR was opened automatically because PR #5388 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#5388][closed] Better mod_wsgi configuration

2021-04-07 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5388 Author: tiran Title: #5388: Better mod_wsgi configuration Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5388/head:pr5388 git checkout pr5388

[Freeipa-devel] [freeipa PR#5687][closed] [Backport][ipa-4-9] ipatests: Skip test_jsplugins in server-less environments

2021-03-31 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5687 Author: abbra Title: #5687: [Backport][ipa-4-9] ipatests: Skip test_jsplugins in server-less environments 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#5686][closed] [Backport][ipa-4-8] ipatests: Skip test_jsplugins in server-less environments

2021-03-31 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5686 Author: abbra Title: #5686: [Backport][ipa-4-8] ipatests: Skip test_jsplugins in server-less environments 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#5685][closed] [Backport][ipa-4-8] Bunch of Azure improvements

2021-03-31 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5685 Author: stanislavlevin Title: #5685: [Backport][ipa-4-8] Bunch of Azure improvements Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5685/head:pr5685 git

[Freeipa-devel] [freeipa PR#5684][closed] [Backport][ipa-4-9] sudorule: reduce number of LDAP searches during modification

2021-03-31 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5684 Author: flo-renaud Title: #5684: [Backport][ipa-4-9] sudorule: reduce number of LDAP searches during modification 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#5683][closed] [Backport][ipa-4-9] Bunch of Azure improvements

2021-03-30 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5683 Author: flo-renaud Title: #5683: [Backport][ipa-4-9] Bunch of Azure improvements Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5683/head:pr5683 git checkout

[Freeipa-devel] [freeipa PR#5687][opened] [Backport][ipa-4-9] ipatests: Skip test_jsplugins in server-less environments

2021-03-30 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5687 Author: abbra Title: #5687: [Backport][ipa-4-9] ipatests: Skip test_jsplugins in server-less environments Action: opened PR body: """ This PR was opened automatically because PR #5680 was pushed to master and backport to ipa-4-9 is required.

[Freeipa-devel] [freeipa PR#5686][opened] [Backport][ipa-4-8] ipatests: Skip test_jsplugins in server-less environments

2021-03-30 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5686 Author: abbra Title: #5686: [Backport][ipa-4-8] ipatests: Skip test_jsplugins in server-less environments Action: opened PR body: """ This PR was opened automatically because PR #5680 was pushed to master and backport to ipa-4-8 is required.

[Freeipa-devel] [freeipa PR#5680][closed] ipatests: Skip test_jsplugins in server-less environments

2021-03-30 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5680 Author: stanislavlevin Title: #5680: ipatests: Skip test_jsplugins in server-less environments Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5680/head:pr5680

[Freeipa-devel] [freeipa PR#5677][closed] [Backport][ipa-4-8] configure: Make rpmlint optional

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5677 Author: stanislavlevin Title: #5677: [Backport][ipa-4-8] configure: Make rpmlint optional Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5677/head:pr5677 git

[Freeipa-devel] [freeipa PR#5679][opened] [Backport][ipa-4-8] ipatests: allocate pseudo-terminal only for specific command

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5679 Author: abbra Title: #5679: [Backport][ipa-4-8] ipatests: allocate pseudo-terminal only for specific command Action: opened PR body: """ This PR was opened automatically because PR #5650 was pushed to master and backport to ipa-4-8 is

[Freeipa-devel] [freeipa PR#5678][opened] [Backport][ipa-4-9] ipatests: allocate pseudo-terminal only for specific command

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5678 Author: abbra Title: #5678: [Backport][ipa-4-9] ipatests: allocate pseudo-terminal only for specific command Action: opened PR body: """ This PR was opened automatically because PR #5650 was pushed to master and backport to ipa-4-9 is

[Freeipa-devel] [freeipa PR#5650][closed] ipatests: allocate pseudo-terminal only for specific command

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5650 Author: wladich Title: #5650: ipatests: allocate pseudo-terminal only for specific command Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5650/head:pr5650 git

[Freeipa-devel] [freeipa PR#5673][closed] [Backport][ipa-4-9] ipa passwd: make help for `--otp` option clearer

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5673 Author: abbra Title: #5673: [Backport][ipa-4-9] ipa passwd: make help for `--otp` option clearer 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#5672][closed] [Backport][ipa-4-9] Allow multiple permitopen/permitlisten entries in SSH keys

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5672 Author: abbra Title: #5672: [Backport][ipa-4-9] Allow multiple permitopen/permitlisten entries in SSH keys 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#5674][closed] [Backport][ipa-4-9] Enhance error message when adding non-posix group with a GID

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5674 Author: abbra Title: #5674: [Backport][ipa-4-9] Enhance error message when adding non-posix group with a GID 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#5675][closed] [Backport][ipa-4-9] Return nsaccountlock in user-add as boolean

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5675 Author: abbra Title: #5675: [Backport][ipa-4-9] Return nsaccountlock in user-add as boolean Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5675/head:pr5675 git

[Freeipa-devel] [freeipa PR#5676][closed] [Backport][ipa-4-9] configure: Make rpmlint optional

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5676 Author: abbra Title: #5676: [Backport][ipa-4-9] configure: Make rpmlint optional Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5676/head:pr5676 git checkout

[Freeipa-devel] [freeipa PR#5676][opened] [Backport][ipa-4-9] configure: Make rpmlint optional

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5676 Author: abbra Title: #5676: [Backport][ipa-4-9] configure: Make rpmlint optional Action: opened PR body: """ This PR was opened automatically because PR #5658 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#5658][closed] configure: Make rpmlint optional

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5658 Author: stanislavlevin Title: #5658: configure: Make rpmlint optional Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5658/head:pr5658 git checkout pr5658

[Freeipa-devel] [freeipa PR#5675][opened] [Backport][ipa-4-9] Return nsaccountlock in user-add as boolean

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5675 Author: abbra Title: #5675: [Backport][ipa-4-9] Return nsaccountlock in user-add as boolean Action: opened PR body: """ This PR was opened automatically because PR #5633 was pushed to master and backport to ipa-4-9 is required. """ To pull

[Freeipa-devel] [freeipa PR#5633][closed] Return nsaccountlock in user-add as boolean

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5633 Author: antoniotorresm Title: #5633: Return nsaccountlock in user-add as boolean Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5633/head:pr5633 git checkout

[Freeipa-devel] [freeipa PR#5674][opened] [Backport][ipa-4-9] Enhance error message when adding non-posix group with a GID

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5674 Author: abbra Title: #5674: [Backport][ipa-4-9] Enhance error message when adding non-posix group with a GID Action: opened PR body: """ This PR was opened automatically because PR #5599 was pushed to master and backport to ipa-4-9 is

[Freeipa-devel] [freeipa PR#5599][closed] Enhance error message when adding non-posix group with a GID

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5599 Author: antoniotorresm Title: #5599: Enhance error message when adding non-posix group with a GID 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#5673][opened] [Backport][ipa-4-9] ipa passwd: make help for `--otp` option clearer

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5673 Author: abbra Title: #5673: [Backport][ipa-4-9] ipa passwd: make help for `--otp` option clearer Action: opened PR body: """ This PR was opened automatically because PR #5568 was pushed to master and backport to ipa-4-9 is required. """ To

[Freeipa-devel] [freeipa PR#5568][closed] ipa passwd: make help for `--otp` option clearer

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5568 Author: antoniotorresm Title: #5568: ipa passwd: make help for `--otp` option clearer Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5568/head:pr5568 git

[Freeipa-devel] [freeipa PR#5587][closed] Allow multiple permitopen/permitlisten entries in SSH keys

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5587 Author: antoniotorresm Title: #5587: Allow multiple permitopen/permitlisten entries in SSH keys Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5587/head:pr5587

[Freeipa-devel] [freeipa PR#5672][opened] [Backport][ipa-4-9] Allow multiple permitopen/permitlisten entries in SSH keys

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5672 Author: abbra Title: #5672: [Backport][ipa-4-9] Allow multiple permitopen/permitlisten entries in SSH keys Action: opened PR body: """ This PR was opened automatically because PR #5587 was pushed to master and backport to ipa-4-9 is

[Freeipa-devel] [freeipa PR#5671][opened] [Backport][ipa-4-9] Adapt redhat ipaplatform to RHEL9/ELN

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5671 Author: abbra Title: #5671: [Backport][ipa-4-9] Adapt redhat ipaplatform to RHEL9/ELN Action: opened PR body: """ This PR was opened automatically because PR #5669 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#5669][closed] Adapt redhat ipaplatform to RHEL9/ELN

2021-03-29 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5669 Author: flo-renaud Title: #5669: Adapt redhat ipaplatform to RHEL9/ELN Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5669/head:pr5669 git checkout pr5669

[Freeipa-devel] [freeipa PR#5631][opened] azure: use Fedora 34 as a baseline

2021-03-09 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5631 Author: abbra Title: #5631: azure: use Fedora 34 as a baseline Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5631/head:pr5631 git checkout

[Freeipa-devel] [freeipa PR#5623][closed] [Backport][ipa-4-6] PR 5581 manual backport

2021-03-09 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5623 Author: abbra Title: #5623: [Backport][ipa-4-6] PR 5581 manual backport Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5623/head:pr5623 git checkout pr5623

[Freeipa-devel] [freeipa PR#5622][closed] [Backport][ipa-4-8] Manual backport of PR 5581

2021-03-09 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5622 Author: abbra Title: #5622: [Backport][ipa-4-8] Manual backport of PR 5581 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5622/head:pr5622 git checkout pr5622

[Freeipa-devel] [freeipa PR#5624][closed] [Backport][ipa-4-8] DNSSEC key synchronization issues

2021-03-09 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5624 Author: flo-renaud Title: #5624: [Backport][ipa-4-8] DNSSEC key synchronization issues Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5624/head:pr5624 git

[Freeipa-devel] [freeipa PR#5625][closed] [Backport][ipa-4-9] DNSSEC key synchronization issues

2021-03-09 Thread abbra via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5625 Author: flo-renaud Title: #5625: [Backport][ipa-4-9] DNSSEC key synchronization issues Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5625/head:pr5625 git

  1   2   3   4   5   6   7   8   >