URL: https://github.com/freeipa/freeipa/pull/4110
Author: flo-renaud
Title: #4110: AD user without override receive InternalServerError with API
Action: opened
PR body:
"""
When ipa commands are used by an Active Directory user that
does not have any idoverride-user set, they return the
following error message which can be misleading:
$ kinit aduser(a)ADDOMAIN.COM
$ ipa ping
ipa: ERROR: cannot connect to 'https://master.ipa.com/ipa/json': Internal Server Error
The fix properly handles ACIError exception received when
creating the context, and now the following message can be seen:
$ kinit aduser(a)ADDOMAIN.COM
$ ipa ping
ipa: ERROR: cannot connect to 'https://master.ipa.com/ipa/json': Unauthorized
with the following log in /var/log/httpd/error_log:
ipa: INFO: 401 Unauthorized: Insufficient access: Invalid credentials
Fixes: https://pagure.io/freeipa/issue/8163
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4110/head:pr4110
git checkout pr4110
Hi All,
Due to maintenance tasks our upstream infra will be down, FreeIPA PR-CI
gating will not work. I'll send another email once it is up & running again.
-Triviño.
URL: https://github.com/freeipa/freeipa/pull/4100
Author: ssidhaye
Title: #4100: [Backport][ipa-4-7]Test: Test to check whether ssh from ipa client to ipa master
Action: opened
PR body:
"""
is successful after adding ldap_deref_threshold=0 in sssd.conf
Problem: After adding ldap_deref_threshold=0 setting for sssd on master for
performance enhancement ssh from ipa client was failing
Test Procedure:
1. setup a master
2. add ldap_deref_threshold=0 to sssd.conf on master
3. add an ipa user
4. ssh from controller to master using the user created in step 3
Signed-off-by: Sumedh Sidhaye <ssidhaye(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4100/head:pr4100
git checkout pr4100
URL: https://github.com/freeipa/freeipa/pull/4099
Author: ssidhaye
Title: #4099: [Backport][ipa-4-6]Test: Test to check whether ssh from ipa client to ipa master
Action: opened
PR body:
"""
is successful after adding ldap_deref_threshold=0 in sssd.conf
Problem: After adding ldap_deref_threshold=0 setting for sssd on master for
performance enhancement ssh from ipa client was failing
Test Procedure:
1. setup a master
2. add ldap_deref_threshold=0 to sssd.conf on master
3. add an ipa user
4. ssh from controller to master using the user created in step 3
Signed-off-by: Sumedh Sidhaye <ssidhaye(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4099/head:pr4099
git checkout pr4099
URL: https://github.com/freeipa/freeipa/pull/4093
Author: jayesh-garg
Title: #4093: [Backport][ipa-4-6] Test if ipactl starts services stopped by systemctl
Action: opened
PR body:
"""
This will first check if all services are running then it will stop
few service. After that it will restart all services and then check
the status and pid of services.It will also compare pid after ipactl
start and restart in case of start it will remain unchanged on the
other hand in case of restart it will change.
Signed-off-by: Jayesh Garg <jgarg(a)redhat.com>
Reviewed-By: Christian Heimes <cheimes(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo(a)redhat.com>
Reviewed-By: Mohammad Rizwan Yusuf <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4093/head:pr4093
git checkout pr4093
URL: https://github.com/freeipa/freeipa/pull/4104
Author: jayesh-garg
Title: #4104: [Backport][ipa-4-7] Test if ipactl starts services stopped by systemctl
Action: opened
PR body:
"""
This will first check if all services are running then it will stop
few service. After that it will restart all services and then check
the status and pid of services.It will also compare pid after ipactl
start and restart in case of start it will remain unchanged on the
other hand in case of restart it will change.
Signed-off-by: Jayesh Garg <jgarg(a)redhat.com>
Reviewed-By: Christian Heimes <cheimes(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo(a)redhat.com>
Reviewed-By: Mohammad Rizwan Yusuf <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4104/head:pr4104
git checkout pr4104
URL: https://github.com/freeipa/freeipa/pull/4092
Author: jayesh-garg
Title: #4092: [Backport][ipa-4-8] Test for ipa-ca-install on replica
Action: opened
PR body:
"""
Test on replica for ipa-ca-install with options
--no-host-dns,--skip-schema-check,done changes in
ipatests/pytest_ipa/integration/tasks.py because
wants to pass few arguments to install_ca method
Signed-off-by: Jayesh <jgarg(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo(a)redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4092/head:pr4092
git checkout pr4092