[Freeipa-devel] [freeipa PR#5151][closed] IPA-EPN: Make ipa-epn.timer a configuration file

2020-09-25 Thread fcami via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5151 Author: fcami Title: #5151: IPA-EPN: Make ipa-epn.timer a configuration file Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5151/head:pr5151 git checkout pr5151

[Freeipa-devel] [freeipa PR#5151][opened] IPA-EPN: Make ipa-epn.timer a configuration file

2020-09-25 Thread fcami via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5151 Author: fcami Title: #5151: IPA-EPN: Make ipa-epn.timer a configuration file Action: opened PR body: """ The time at which ipa-epn runs using the timer should be configurable. Currently, ipa-epn.timer is not marked as a config file, resulting

[Freeipa-devel] [freeipa PR#5150][opened] trust-add: Catch correct exception when chown SSSD

2020-09-25 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/5150 Author: tiran Title: #5150: trust-add: Catch correct exception when chown SSSD Action: opened PR body: """ Commit 72fb4e6 introduced a regression. SSSD_USER.chown() raises ValueError instead of KeyError when SSSD user does not exist. Fixes: