[Freeipa-devel] Re: IPA's NTP service

2018-01-24 Thread Levin Stanislav via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#1495][closed] [Backport][ipa-4-6] Fixing vault-add-member to be compatible with py3

2018-01-24 Thread tiran via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#1494][closed] Fixing vault-add-member to be compatible with py3

2018-01-24 Thread tiran via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#1495][opened] [Backport][ipa-4-6] Fixing vault-add-member to be compatible with py3

2018-01-24 Thread felipevolpone via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#1494][opened] Fixing vault-add-member to be compatible with py3

2018-01-24 Thread felipevolpone via FreeIPA-devel
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

[Freeipa-devel] Re: IPA's NTP service

2018-01-24 Thread Simo Sorce via FreeIPA-devel
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

[Freeipa-devel] IPA's NTP service

2018-01-24 Thread Tibor Dudlák via FreeIPA-devel
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

[Freeipa-devel] [freeipa PR#1326][closed] [WIP] Fixing translation problems

2018-01-24 Thread slaykovsky via FreeIPA-devel
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 __

[Freeipa-devel] [freeipa PR#1493][opened] Fixing translation problems

2018-01-24 Thread slaykovsky via FreeIPA-devel
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