URL: https://github.com/freeipa/freeipa/pull/2194
Author: mrizwan93
Title: #2194: Check if user permssions and umask 0022 is set after ipa-restore
Action: opened
PR body:
"""
This test checks if the access rights for user/group
is set to 644 on /var/lib/dirsrv/slapd-TESTRELM-TEST/ldif/*
and umask 0022 set while restoring.
related ticket: https://pagure.io/freeipa/issue/6844
Signed-off-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/2194/head:pr2194
git checkout pr2194
URL: https://github.com/freeipa/freeipa/pull/2190
Author: rcritten
Title: #2190: Convert members into types in sudorule-*-option
Action: opened
PR body:
"""
The indirect members need to be calculated and the member
attributes converted. This is normally done in
baseldap::LDAPRetrieve but these methods provide their
own execute() in order to handle the option values.
Update sudorule_add|remove_option tests to include check
that converted user/group exists in the proper format.
https://pagure.io/freeipa/issue/7649
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2190/head:pr2190
git checkout pr2190
URL: https://github.com/freeipa/freeipa/pull/2193
Author: Tiboris
Title: #2193: [Backport][ipa-4-7] ipaserver/plugins/cert.py: Added reason to raise of errors.NotFound
Action: opened
PR body:
"""
This PR is manual backport of https://github.com/freeipa/freeipa/pull/2187
please wait for CI before pushing and do not forget about backport to branches specified with labels.
In case of questions or problems contact @t-woerner who is author of the original PR.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2193/head:pr2193
git checkout pr2193
URL: https://github.com/freeipa/freeipa/pull/2181
Author: tbordaz
Title: #2181: In IPA 4.4 when updating userpassword with ldapmodify does not update…
Action: opened
PR body:
"""
… krbPasswordExpiration nor krbLastPwdChange
When making ipa-pwd-extop TXN aware, some callbacks are call twice.
Particularily
ipapwd_pre_add is called during PRE_ADD and TXN_PRE_ADD
ipapwd_pre_mod is called during PRE_MOD and TXN_PRE_MOD
ipapwd_post_modadd is called during POST_ADD and TXN_POST_ADD
ipapwd_post_modadd is called during POST_MOD and TXN_POST_MOD
It is not the expected behavior and it results on some skipped updates krbPasswordExpiration
and krbLastPwdChange
https://pagure.io/freeipa/issue/7601
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2181/head:pr2181
git checkout pr2181
URL: https://github.com/freeipa/freeipa/pull/2074
Author: mrizwan93
Title: #2074: Check if user permssions and umask 0022 is set when executing ipa-restore
Action: opened
PR body:
"""
This test checks if the access rights for user/group
is set to 644 on /var/lib/dirsrv/slapd-TESTRELM-TEST/ldif/*
and umask 0022 set while restoring.
related ticket: https://pagure.io/freeipa/issue/6844
Signed-off-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/2074/head:pr2074
git checkout pr2074
Hi, all.
I've published a draft design for the PR#2169.
https://www.freeipa.org/page/V4/NTP_Servers_Configuration
This feature allow using different time&data servers (chrony, ntpd,
openntpd) in FreeIPA and adding new ntp services as python's class.
Interested persons, please review the design and pull request.