Re: [Freeipa-devel] [PATCH 0001] Add new parameter --ssh-update to ipa-client-install

2016-03-02 Thread Jan Cholasta
On 2.3.2016 22:15, Martin Štefany wrote: Hi, On St, 2016-03-02 at 17:51 +0100, Martin Basti wrote: On 27.02.2016 21:19, Martin Štefany wrote: Hi, I did as Jan suggested, everything is now a new command 'ipa- sshupdate', (so it's based on Jan's 'ipa-certupdate', yeah, a bit of copy- paste),

Re: [Freeipa-devel] [PATCH 0001] Add new parameter --ssh-update to ipa-client-install

2016-03-02 Thread Martin Štefany
Hi, On St, 2016-03-02 at 17:51 +0100, Martin Basti wrote: > > > On 27.02.2016 21:19, Martin Štefany wrote: > > Hi, > > > > I did as Jan suggested, everything is now a new command 'ipa- > > sshupdate',  > > (so it's based on Jan's 'ipa-certupdate', yeah, a bit of copy- > > paste), > > rest is

Re: [Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Alexander Bokovoy
On Wed, 02 Mar 2016, Sumit Bose wrote: On Wed, Mar 02, 2016 at 05:24:55PM +0200, Alexander Bokovoy wrote: On Wed, 02 Mar 2016, Petr Vobornik wrote: >On 03/02/2016 11:55 AM, Alexander Bokovoy wrote: >>Hi, >> >>http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains >>describes a design

Re: [Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Alexander Bokovoy
On Wed, 02 Mar 2016, Simo Sorce wrote: On Wed, 2016-03-02 at 17:24 +0200, Alexander Bokovoy wrote: On Wed, 02 Mar 2016, Petr Vobornik wrote: >On 03/02/2016 11:55 AM, Alexander Bokovoy wrote: >>Hi, >> >>http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains >>describes a design page

Re: [Freeipa-devel] External trust to AD

2016-03-02 Thread Alexander Bokovoy
On Wed, 02 Mar 2016, Petr Vobornik wrote: On 03/02/2016 11:13 AM, Alexander Bokovoy wrote: Hi, http://www.freeipa.org/page/V4/External_trust_to_AD documents a design for external trust to AD feature. The text is included below for easier review.

Re: [Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Simo Sorce
On Wed, 2016-03-02 at 17:24 +0200, Alexander Bokovoy wrote: > On Wed, 02 Mar 2016, Petr Vobornik wrote: > >On 03/02/2016 11:55 AM, Alexander Bokovoy wrote: > >>Hi, > >> > >>http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains > >>describes a design page to support name suffixes from

Re: [Freeipa-devel] [PATCH 0429] fix suspicious except statement

2016-03-02 Thread Martin Basti
On 02.03.2016 17:17, Martin Basti wrote: Patch attached, read commit message for more info. https://fedorahosted.org/freeipa/ticket/5718 Updated patch attached. From a4d22716232dd7eaf39fa13df0f857d5d288d5ac Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 2 Mar

Re: [Freeipa-devel] [PATCH 0001] Add new parameter --ssh-update to ipa-client-install

2016-03-02 Thread Martin Basti
On 27.02.2016 21:19, Martin Štefany wrote: Hi, I did as Jan suggested, everything is now a new command 'ipa-sshupdate', (so it's based on Jan's 'ipa-certupdate', yeah, a bit of copy-paste), rest is based on ipa-client-install's code. I'm not sure if this is correct, but you might want to

[Freeipa-devel] [PATCH 0430] remove unused argument from function update_ssh_keys

2016-03-02 Thread Martin Basti
Patch attached, see commit message for details From 630dee2536106cbda7b49345733f37cfd8834f08 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 2 Mar 2016 17:26:33 +0100 Subject: [PATCH] Remove unused arguments from update_ssh_keys method First argumet has been unused and

[Freeipa-devel] [PATCH 0429] fix suspicious except statement

2016-03-02 Thread Martin Basti
Patch attached, read commit message for more info. From 2346845810137b7a844747ad75ee6e626d45d84e Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 2 Mar 2016 17:13:27 +0100 Subject: [PATCH] fix suspicious except statement in update_ssh_key The "except ValueError as

Re: [Freeipa-devel] [PATCH 0005] Refactor test_nesting, create HostGroupTracker

2016-03-02 Thread Martin Basti
On 28.01.2016 10:45, Filip Skola wrote: - Original Message - On 01/18/2016 02:26 PM, Filip Skola wrote: Hi, this should be fixed in this patch. F. - Original Message - On 01/15/2016 03:37 PM, Filip Skola wrote: Hi, sending rebased patch. F. - Original Message

Re: [Freeipa-devel] [PATCH] 951 webui: fail nicely if cookies are disabled

2016-03-02 Thread Martin Basti
On 28.01.2016 16:25, Petr Vobornik wrote: On 01/28/2016 04:23 PM, Tomas Babej wrote: On 01/28/2016 04:15 PM, Petr Vobornik wrote: Reworks also sessionStorage test because disablement of cookies might be connected with sessionStorage and localStorage. E.g. Chrome raises exception when

Re: [Freeipa-devel] [PATCH 0128] ipalib/cli.py: pythonify Collector class

2016-03-02 Thread Martin Basti
On 28.01.2016 17:32, Martin Babinsky wrote: On 01/28/2016 05:06 PM, Tomas Babej wrote: On 01/28/2016 04:44 PM, Martin Babinsky wrote: On 01/28/2016 03:20 PM, Tomas Babej wrote: On 01/27/2016 03:58 PM, Martin Babinsky wrote: On 01/18/2016 06:43 PM, Martin Babinsky wrote: A little patch

Re: [Freeipa-devel] [PATCH 0422] CI: allow customized DS install test to run under different domain levels

2016-03-02 Thread Martin Basti
On 24.02.2016 19:01, Martin Basti wrote: https://fedorahosted.org/freeipa/ticket/5606 Patch attached. Bump for review -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

Re: [Freeipa-devel] [PATCH] 0017 configure DNA shared config entry to allow connection with GSSAPI

2016-03-02 Thread Martin Basti
On 01.03.2016 14:50, Martin Babinsky wrote: On 02/29/2016 05:37 PM, thierry bordaz wrote: On 02/26/2016 05:48 PM, Martin Babinsky wrote: On 02/26/2016 04:24 PM, thierry bordaz wrote: On 02/25/2016 07:17 PM, thierry bordaz wrote: On 02/25/2016 12:03 PM, Martin Babinsky wrote: On 02/24/2016

Re: [Freeipa-devel] [TEST][Patch 0022] small refactoring in integration tests due to BZ 1303095

2016-03-02 Thread Martin Basti
On 01.03.2016 15:22, Milan Kubík wrote: On 02/19/2016 02:11 PM, Oleg Fayans wrote: Hi Milan, On 02/12/2016 04:03 PM, Milan Kubík wrote: Agreed. The latest patch gets rid of all resolv.conf related manipulations. The tests work (where not affected by

Re: [Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Sumit Bose
On Wed, Mar 02, 2016 at 05:24:55PM +0200, Alexander Bokovoy wrote: > On Wed, 02 Mar 2016, Petr Vobornik wrote: > >On 03/02/2016 11:55 AM, Alexander Bokovoy wrote: > >>Hi, > >> > >>http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains > >>describes a design page to support name suffixes

Re: [Freeipa-devel] External trust to AD

2016-03-02 Thread Petr Vobornik
On 03/02/2016 11:13 AM, Alexander Bokovoy wrote: Hi, http://www.freeipa.org/page/V4/External_trust_to_AD documents a design for external trust to AD feature. The text is included below for easier review. ---

Re: [Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Alexander Bokovoy
On Wed, 02 Mar 2016, Petr Vobornik wrote: On 03/02/2016 11:55 AM, Alexander Bokovoy wrote: Hi, http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains describes a design page to support name suffixes from trusted Active Directory domains. A prototype code exists (written by me and

Re: [Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Petr Vobornik
On 03/02/2016 11:55 AM, Alexander Bokovoy wrote: Hi, http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains describes a design page to support name suffixes from trusted Active Directory domains. A prototype code exists (written by me and Sumit) and was tested by Sumit against

[Freeipa-devel] [PATCHES 548-549] ipalib: add convenient Command method for adding messages

2016-03-02 Thread Jan Cholasta
Hi, these patches are for master only, see commit messages for details. Honza -- Jan Cholasta From 49f3e365dc56ccda7d8aec7cf9d8e2d98791b031 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 2 Mar 2016 11:00:23 +0100 Subject: [PATCH 1/2] ipalib: provide per-call

Re: [Freeipa-devel] [PATCH 0425] pylint: suppress false positive no-member errors

2016-03-02 Thread Tomas Babej
On 03/02/2016 01:35 PM, David Kupka wrote: > Tested with pylint-1.5.4-2, works for me, ACK. > > - Original Message - > From: "Martin Basti" > To: "freeipa-devel" > Sent: Tuesday, March 1, 2016 5:55:54 PM > Subject: Re: [Freeipa-devel]

Re: [Freeipa-devel] [PATCH 016, 024, 025] First part of the replica promotion tests + testplan

2016-03-02 Thread Oleg Fayans
Hi Martin, I've made the requested changes. The full set of necessary patches is attached. On 03/02/2016 10:05 AM, Martin Basti wrote: > > > On 02.03.2016 00:12, Oleg Fayans wrote: >> Hi Martin, >> >> On 03/01/2016 07:04 PM, Martin Basti wrote: >>> >>> On 01.03.2016 14:56, Martin Basti

Re: [Freeipa-devel] [PATCH 0425] pylint: suppress false positive no-member errors

2016-03-02 Thread David Kupka
Tested with pylint-1.5.4-2, works for me, ACK. - Original Message - From: "Martin Basti" To: "freeipa-devel" Sent: Tuesday, March 1, 2016 5:55:54 PM Subject: Re: [Freeipa-devel] [PATCH 0425] pylint: suppress false positive no-member errors

Re: [Freeipa-devel] [PATCH] 954 fix incorrect name of ipa-winsync-migrate command in help

2016-03-02 Thread Tomas Babej
On 03/02/2016 12:42 PM, Petr Vobornik wrote: > Help and status text used incorrect name "ipa-migrate-winsync" > > https://fedorahosted.org/freeipa/ticket/5713 > > ACK, Pushed to: ipa-4-2: 7151ea394aac00ca596a8d7460a2fcefd258b36e ipa-4-3: 57e02c7140fe2ad6fe6a6bc9823f84500bb78732 master:

[Freeipa-devel] [PATCH] 954 fix incorrect name of ipa-winsync-migrate command in help

2016-03-02 Thread Petr Vobornik
Help and status text used incorrect name "ipa-migrate-winsync" https://fedorahosted.org/freeipa/ticket/5713 -- Petr Vobornik From bed7e2721d6f6d995df47fc2d15e5b4a1b3ee489 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 2 Mar 2016 12:37:33 +0100 Subject: [PATCH] fix

[Freeipa-devel] Supporting UPNs of trusted forests

2016-03-02 Thread Alexander Bokovoy
Hi, http://www.freeipa.org/page/V4/Support_of_UPN_for_trusted_domains describes a design page to support name suffixes from trusted Active Directory domains. A prototype code exists (written by me and Sumit) and was tested by Sumit against recent releases of SSSD. Text is provided below for

[Freeipa-devel] [PATCH] man: Decribe ipa-client-install workaround for broken D-Bus enviroment.

2016-03-02 Thread David Kupka
https://fedorahosted.org/freeipa/ticket/5694From 0a7afc3042835935e2891032664afcead1f4bcea Mon Sep 17 00:00:00 2001 From: David Kupka Date: Wed, 2 Mar 2016 11:08:19 +0100 Subject: [PATCH] man: Decribe ipa-client-install workaround for broken D-Bus enviroment.

[Freeipa-devel] External trust to AD

2016-03-02 Thread Alexander Bokovoy
Hi, http://www.freeipa.org/page/V4/External_trust_to_AD documents a design for external trust to AD feature. The text is included below for easier review. --- {{Feature|version=TODO|ticket=TODO|author=Ab}} == Overview ==

Re: [Freeipa-devel] [PATCH 0427] fix broken configuration of sidgen and extdom plugins

2016-03-02 Thread Petr Vobornik
On 03/01/2016 06:32 PM, Martin Basti wrote: On 01.03.2016 17:14, Martin Basti wrote: On 01.03.2016 17:13, Petr Vobornik wrote: On 03/01/2016 05:02 PM, Martin Basti wrote: On 01.03.2016 16:39, Petr Vobornik wrote: On 02/23/2016 06:15 PM, Martin Basti wrote: On 23.02.2016 17:31, Tomas

Re: [Freeipa-devel] [PATCH 016, 024, 025] First part of the replica promotion tests + testplan

2016-03-02 Thread Martin Basti
On 02.03.2016 00:12, Oleg Fayans wrote: Hi Martin, On 03/01/2016 07:04 PM, Martin Basti wrote: On 01.03.2016 14:56, Martin Basti wrote: On 01.03.2016 12:37, Martin Basti wrote: On 01.03.2016 12:32, Martin Basti wrote: On 29.02.2016 13:16, Oleg Fayans wrote: Hi all, Finally the