[Freeipa-devel] [freeipa PR#1591][closed] ipa-custodia-checker now uses python3 shebang

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1591 Author: tiran Title: #1591: ipa-custodia-checker now uses python3 shebang Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1591/head:pr1591 git checkout pr1591

[Freeipa-devel] [freeipa PR#1590][closed] [Backport][ipa-4-6] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1590 Author: tiran Title: #1590: [Backport][ipa-4-6] Unified ldap_initialize() function Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1590/head:pr1590 git checkout

[Freeipa-devel] [freeipa PR#1592][opened] webui: hbactest: add tooltips to 'enabled' and 'disabled' checkboxes

2018-02-15 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1592 Author: pvoborni Title: #1592: webui: hbactest: add tooltips to 'enabled' and 'disabled' checkboxes Action: opened PR body: """ "Include enabled" and "Include disabled" checkboxes on "Rules" tab of HBAC Test Web UI page don't have any

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Petr Vobornik via FreeIPA-devel
On Thu, Feb 15, 2018 at 6:22 PM, Alexander Bokovoy wrote: > On Thu, 15 Feb 2018, Petr Vobornik wrote: >> >> On Thu, Feb 15, 2018 at 5:52 PM, Alexander Bokovoy >> wrote: >>> >>> On Thu, 15 Feb 2018, Petr Vobornik wrote: On Thu, Feb 15, 2018

[Freeipa-devel] [freeipa PR#1591][opened] ipa-custodia-checker now uses python3 shebang

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1591 Author: tiran Title: #1591: ipa-custodia-checker now uses python3 shebang Action: opened PR body: """ #1024 missed one script that was introduced later. https://pagure.io/freeipa/issue/4985 Signed-off-by: Christian Heimes

[Freeipa-devel] [freeipa PR#1024][closed] py3: turn all shebangs to python3

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1024 Author: stlaz Title: #1024: py3: turn all shebangs to python3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1024/head:pr1024 git checkout pr1024

[Freeipa-devel] [freeipa PR#1589][closed] [Backport][ipa-4-6] User must not be able to delete his last active otp token

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1589 Author: tiran Title: #1589: [Backport][ipa-4-6] User must not be able to delete his last active otp token Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1588][closed] [Backport][ipa-4-6] Fix multiple uninstallation of server

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1588 Author: tiran Title: #1588: [Backport][ipa-4-6] Fix multiple uninstallation of server Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1588/head:pr1588 git

[Freeipa-devel] [freeipa PR#1590][opened] [Backport][ipa-4-6] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1590 Author: tiran Title: #1590: [Backport][ipa-4-6] Unified ldap_initialize() function Action: opened PR body: """ Manual backport of PR #1587 Replace all ldap.initialize() calls with a helper function ldap_initialize(). It handles cacert and

[Freeipa-devel] [freeipa PR#1587][closed] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1587 Author: tiran Title: #1587: Unified ldap_initialize() function Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1587/head:pr1587 git checkout pr1587

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Alexander Bokovoy via FreeIPA-devel
On Thu, 15 Feb 2018, Petr Vobornik wrote: On Thu, Feb 15, 2018 at 5:52 PM, Alexander Bokovoy wrote: On Thu, 15 Feb 2018, Petr Vobornik wrote: On Thu, Feb 15, 2018 at 5:23 PM, Jakub Hrozek via FreeIPA-devel wrote: On Thu, Feb 15,

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Petr Vobornik via FreeIPA-devel
On Thu, Feb 15, 2018 at 5:52 PM, Alexander Bokovoy wrote: > On Thu, 15 Feb 2018, Petr Vobornik wrote: >> >> On Thu, Feb 15, 2018 at 5:23 PM, Jakub Hrozek via FreeIPA-devel >> wrote: >>> >>> On Thu, Feb 15, 2018 at 06:17:50PM +0200,

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Alexander Bokovoy via FreeIPA-devel
On Thu, 15 Feb 2018, Petr Vobornik wrote: On Thu, Feb 15, 2018 at 5:23 PM, Jakub Hrozek via FreeIPA-devel wrote: On Thu, Feb 15, 2018 at 06:17:50PM +0200, Alexander Bokovoy wrote: On Thu, 15 Feb 2018, Jakub Hrozek via FreeIPA-devel wrote: > On Thu, Feb

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Petr Vobornik via FreeIPA-devel
On Thu, Feb 15, 2018 at 5:23 PM, Jakub Hrozek via FreeIPA-devel wrote: > On Thu, Feb 15, 2018 at 06:17:50PM +0200, Alexander Bokovoy wrote: >> On Thu, 15 Feb 2018, Jakub Hrozek via FreeIPA-devel wrote: >> > On Thu, Feb 15, 2018 at 04:49:23PM +0200, Alexander

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Alexander Bokovoy via FreeIPA-devel
On Thu, 15 Feb 2018, Jakub Hrozek wrote: On Thu, Feb 15, 2018 at 06:17:50PM +0200, Alexander Bokovoy wrote: On Thu, 15 Feb 2018, Jakub Hrozek via FreeIPA-devel wrote: > On Thu, Feb 15, 2018 at 04:49:23PM +0200, Alexander Bokovoy via FreeIPA-devel wrote: > > On Thu, 15 Feb 2018, Alexander

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Jakub Hrozek via FreeIPA-devel
On Thu, Feb 15, 2018 at 06:17:50PM +0200, Alexander Bokovoy wrote: > On Thu, 15 Feb 2018, Jakub Hrozek via FreeIPA-devel wrote: > > On Thu, Feb 15, 2018 at 04:49:23PM +0200, Alexander Bokovoy via > > FreeIPA-devel wrote: > > > On Thu, 15 Feb 2018, Alexander Koksharov wrote: > > > > Hello, > > > >

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Alexander Bokovoy via FreeIPA-devel
On Thu, 15 Feb 2018, Jakub Hrozek via FreeIPA-devel wrote: On Thu, Feb 15, 2018 at 04:49:23PM +0200, Alexander Bokovoy via FreeIPA-devel wrote: On Thu, 15 Feb 2018, Alexander Koksharov wrote: > Hello, > > I would like to confirm whether we do want to completelly drop --no-sssd > option. >

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Jakub Hrozek via FreeIPA-devel
On Thu, Feb 15, 2018 at 11:10:16AM -0500, Rob Crittenden via FreeIPA-devel wrote: > Petr Vobornik via FreeIPA-devel wrote: > > On Thu, Feb 15, 2018 at 4:47 PM, Jakub Hrozek via FreeIPA-devel > > wrote: > >> On Thu, Feb 15, 2018 at 08:57:55AM -0500, Rob

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Rob Crittenden via FreeIPA-devel
Petr Vobornik via FreeIPA-devel wrote: > On Thu, Feb 15, 2018 at 4:47 PM, Jakub Hrozek via FreeIPA-devel > wrote: >> On Thu, Feb 15, 2018 at 08:57:55AM -0500, Rob Crittenden via FreeIPA-devel >> wrote: >>> Alexander Koksharov via FreeIPA-devel wrote:

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Petr Vobornik via FreeIPA-devel
On Thu, Feb 15, 2018 at 4:47 PM, Jakub Hrozek via FreeIPA-devel wrote: > On Thu, Feb 15, 2018 at 08:57:55AM -0500, Rob Crittenden via FreeIPA-devel > wrote: >> Alexander Koksharov via FreeIPA-devel wrote: >> > Hello, >> > >> > Please take a look on a design

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Jakub Hrozek via FreeIPA-devel
On Thu, Feb 15, 2018 at 08:57:55AM -0500, Rob Crittenden via FreeIPA-devel wrote: > Alexander Koksharov via FreeIPA-devel wrote: > > Hello, > > > > Please take a look on a design page here: > > https://www.freeipa.org/page/V4/Authselect_migration > > I would like to > > ​ ​ > > hear you critics

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Jakub Hrozek via FreeIPA-devel
On Thu, Feb 15, 2018 at 04:49:23PM +0200, Alexander Bokovoy via FreeIPA-devel wrote: > On Thu, 15 Feb 2018, Alexander Koksharov wrote: > > Hello, > > > > I would like to confirm whether we do want to completelly drop --no-sssd > > option. > > "no-sssd" configuration is not supported by

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Alexander Bokovoy via FreeIPA-devel
On Thu, 15 Feb 2018, Alexander Koksharov wrote: Hello, I would like to confirm whether we do want to completelly drop --no-sssd option. "no-sssd" configuration is not supported by authselect - there is not such profile available. If we drop dependency on authconfig there will be a need to do

[Freeipa-devel] ipa-server-install reporting "missing basic constraints" for ipa cert while it has X509v3 Basic Constraints:CA:TRUE

2018-02-15 Thread Amit via FreeIPA-devel
Hello, This is process i followed: # ipa-server-install --external-ca /root/ipa.csr. # openssl req -text -noout -verify -in /root/ipa.csr verify OK Certificate Request: Data: Version: 0 (0x0) Subject: O=GSSLAB.PNQ2.REDHAT.COM, CN=Certificate Authority Subject Public

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Rob Crittenden via FreeIPA-devel
Alexander Koksharov via FreeIPA-devel wrote: > Hello, > > Please take a look on a design page here: > https://www.freeipa.org/page/V4/Authselect_migration > I would like to > ​ ​ > hear you critics and suggessions. On a non-technical note there are a number of spelling and grammatical errors.

[Freeipa-devel] [freeipa PR#1589][opened] [Backport][ipa-4-6] User must not be able to delete his last active otp token

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1589 Author: tiran Title: #1589: [Backport][ipa-4-6] User must not be able to delete his last active otp token Action: opened PR body: """ This PR was opened automatically because PR #1582 was pushed to master and backport to ipa-4-6 is required.

[Freeipa-devel] Re: authconfig replacement design

2018-02-15 Thread Petr Vobornik via FreeIPA-devel
On Wed, Feb 14, 2018 at 10:00 AM, Alexander Bokovoy via FreeIPA-devel wrote: > On ke, 14 helmi 2018, Alexander Koksharov via FreeIPA-devel wrote: >> >> Hello, >> >> Please take a look on a design page here: >>

[Freeipa-devel] [freeipa PR#1582][closed] User must not be able to delete his last active otp token

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1582 Author: flo-renaud Title: #1582: User must not be able to delete his last active otp token Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1582/head:pr1582 git

[Freeipa-devel] [freeipa PR#1588][opened] [Backport][ipa-4-6] Fix multiple uninstallation of server

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1588 Author: tiran Title: #1588: [Backport][ipa-4-6] Fix multiple uninstallation of server Action: opened PR body: """ This PR was opened automatically because PR #1536 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR

[Freeipa-devel] [freeipa PR#1536][closed] Fix multiple uninstallation of server

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1536 Author: tiran Title: #1536: Fix multiple uninstallation of server Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1536/head:pr1536 git checkout pr1536

[Freeipa-devel] [freeipa PR#1586][closed] [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1586 Author: tiran Title: #1586: [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1586/head:pr1586 git

[Freeipa-devel] [freeipa PR#1587][opened] Unified ldap_initialize() function

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1587 Author: tiran Title: #1587: Unified ldap_initialize() function Action: opened PR body: """ Replace all ldap.initialize() calls with a helper function ldap_initialize(). It handles cacert and cert validation correctly. It also provides a unique

[Freeipa-devel] [freeipa PR#1586][opened] [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1586 Author: tiran Title: #1586: [Backport][ipa-4-6] [Py3] Fix i18n test for Chinese translation Action: opened PR body: """ This PR was opened automatically because PR #1585 was pushed to master and backport to ipa-4-6 is required. """ To pull

[Freeipa-devel] [freeipa PR#1585][closed] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1585 Author: tiran Title: #1585: [Py3] Fix i18n test for Chinese translation Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1585/head:pr1585 git checkout pr1585

[Freeipa-devel] [freeipa PR#1585][opened] [Py3] Fix i18n test for Chinese translation

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1585 Author: tiran Title: #1585: [Py3] Fix i18n test for Chinese translation Action: opened PR body: """ Python 3's regular expression default to full range of unicode characters. Restrict \w matches to ASCII and drop \b suffix check to fix a

[Freeipa-devel] [freeipa PR#1580][closed] Generate same API.txt under Python 2 and 3

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1580 Author: tiran Title: #1580: Generate same API.txt under Python 2 and 3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1580/head:pr1580 git checkout pr1580

[Freeipa-devel] [freeipa PR#1584][opened] [Backport][ipa-4-6] Generate same API.txt under Python 2 and 3

2018-02-15 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1584 Author: tiran Title: #1584: [Backport][ipa-4-6] Generate same API.txt under Python 2 and 3 Action: opened PR body: """ This PR was opened automatically because PR #1580 was pushed to master and backport to ipa-4-6 is required. """ To pull