Hello All.
There are several good NTP servers/clients. And different Linux
distributions
use them (not only ntpd or chronyd). But FreeIPA chose ntpd strictly. It
is a
bottleneck for a platform porting. Perhaps, FreeIPA should allow to select
administrator which one to use and should support it
URL: https://github.com/freeipa/freeipa/pull/1495
Author: felipevolpone
Title: #1495: [Backport][ipa-4-6] Fixing vault-add-member to be compatible
with py3
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1495/he
URL: https://github.com/freeipa/freeipa/pull/1494
Author: felipevolpone
Title: #1494: Fixing vault-add-member to be compatible with py3
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1494/head:pr1494
git checkou
URL: https://github.com/freeipa/freeipa/pull/1495
Author: felipevolpone
Title: #1495: [Backport][ipa-4-6] Fixing vault-add-member to be compatible
with py3
Action: opened
PR body:
"""
Changing from itervalues() to values() in order to be compatible with python3.
https://pagure.io/freeipa/iss
URL: https://github.com/freeipa/freeipa/pull/1494
Author: felipevolpone
Title: #1494: Fixing vault-add-member to be compatible with py3
Action: opened
PR body:
"""
Changing from iteritems() to items() in order to be compatible with python3.
https://pagure.io/freeipa/issue/7373
"""
To pull th
On Wed, 2018-01-24 at 16:25 +0100, Tibor Dudlák via FreeIPA-devel
wrote:
> Hello FreeIPA-devel list fellow beings!
>
> I would like to continue the discussion started in [1], and find its
> solution.
>
> While using the Single-Sign-on authentication provided via an MIT Kerberos
> KDC there must
Hello FreeIPA-devel list fellow beings!
I would like to continue the discussion started in [1], and find its
solution.
While using the Single-Sign-on authentication provided via an MIT Kerberos
KDC there must not be any significant clock skew between server and
clients so a time synchronization
URL: https://github.com/freeipa/freeipa/pull/1326
Author: slaykovsky
Title: #1326: [WIP] Fixing translation problems
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1326/head:pr1326
git checkout pr1326
__
URL: https://github.com/freeipa/freeipa/pull/1493
Author: slaykovsky
Title: #1493: Fixing translation problems
Action: opened
PR body:
"""
ipa rpc server did set the LANG environment variable on each
request and it was not thread safe which led to the problems
which are described in the pagure