Re: [Freeipa-devel] [PATCH] Port from python-kerberos library to python-gssapi

2015-08-05 Thread Jan Cholasta
Dne 4.8.2015 v 17:02 Robbie Harwood napsal(a): Michael Šimáček msima...@redhat.com writes: Attaching new revision of the patch that performs the full negotiation cycle. Looks good to me, thanks! IPA compiles and installs fine with the patch applied, so ACK. Pushed to master:

Re: [Freeipa-devel] [PATCHES] changes in preparation of replica promotion work

2015-08-05 Thread Jan Cholasta
Hi, Dne 31.7.2015 v 12:46 Simo Sorce napsal(a): I've been carrying these patches in my tree for a while, I think it is time to put them in master as they stand on their own. Simo. Patch 530: ACK Patch 531: ACK Patch 532: The methods should be static methods: @staticmethod def

Re: [Freeipa-devel] Replace stageuser-add --from-delete with user-undel --to-staged

2015-08-05 Thread Martin Basti
- Original Message - From: thierry bordaz tbor...@redhat.com To: Jan Cholasta jchol...@redhat.com Cc: freeipa-devel@redhat.com Sent: Monday, August 3, 2015 5:34:02 PM Subject: Re: [Freeipa-devel] Replace stageuser-add --from-delete with user-undel --to-staged On 07/28/2015 12:34 PM,

Re: [Freeipa-devel] Replace stageuser-add --from-delete with user-undel --to-staged

2015-08-05 Thread thierry bordaz
On 08/05/2015 11:27 AM, Martin Basti wrote: - Original Message - From: thierry bordaz tbor...@redhat.com To: Jan Cholasta jchol...@redhat.com Cc: freeipa-devel@redhat.com Sent: Monday, August 3, 2015 5:34:02 PM Subject: Re: [Freeipa-devel] Replace stageuser-add --from-delete with

Re: [Freeipa-devel] Replace stageuser-add --from-delete with user-undel --to-staged

2015-08-05 Thread Jan Cholasta
Dne 5.8.2015 v 11:55 thierry bordaz napsal(a): On 08/05/2015 11:27 AM, Martin Basti wrote: - Original Message - From: thierry bordaz tbor...@redhat.com To: Jan Cholasta jchol...@redhat.com Cc: freeipa-devel@redhat.com Sent: Monday, August 3, 2015 5:34:02 PM Subject: Re: [Freeipa-devel]

Re: [Freeipa-devel] [PATCH] 0032 Fix otptoken-remove-managedby command summary

2015-08-05 Thread Tomas Babej
On 08/05/2015 07:51 AM, Fraser Tweedale wrote: Small doc fix. Cheers, Fraser ACK, thanks for catching this. Pushed to: master: e28a45072004d93ced9bf81b3810fbd2652664b5 ipa-4-2: dc0745650a0172bb66350fb453ec4285e31a32ad Tomas -- Manage your subscription for the Freeipa-devel

Re: [Freeipa-devel] Replace stageuser-add --from-delete with user-undel --to-staged

2015-08-05 Thread thierry bordaz
On 08/05/2015 12:13 PM, Jan Cholasta wrote: Dne 5.8.2015 v 11:55 thierry bordaz napsal(a): On 08/05/2015 11:27 AM, Martin Basti wrote: - Original Message - From: thierry bordaz tbor...@redhat.com To: Jan Cholasta jchol...@redhat.com Cc: freeipa-devel@redhat.com Sent: Monday, August 3,

Re: [Freeipa-devel] Exporting users access formulars

2015-08-05 Thread Tomas Babej
On 08/04/2015 03:13 PM, Florian Crouzat wrote: Hey, For security reason (mostly PCI-DSS) I have to print and sign-off access formular for every users, and also to maintain these formulars in time which means that every time I add a host to a hostgroup for example, I should reprint all

Re: [Freeipa-devel] Exporting users access formulars

2015-08-05 Thread Martin Kosek
On 08/05/2015 12:53 PM, Tomas Babej wrote: On 08/04/2015 03:13 PM, Florian Crouzat wrote: Hey, For security reason (mostly PCI-DSS) I have to print and sign-off access formular for every users, and also to maintain these formulars in time which means that every time I add a host to a

Re: [Freeipa-devel] Exporting users access formulars

2015-08-05 Thread Florian Crouzat
On 08/05/2015 02:32 PM, Martin Kosek wrote: On 08/05/2015 12:53 PM, Tomas Babej wrote: On 08/04/2015 03:13 PM, Florian Crouzat wrote: Hey, For security reason (mostly PCI-DSS) I have to print and sign-off access formular for every users, and also to maintain these formulars in time which

Re: [Freeipa-devel] Exporting users access formulars

2015-08-05 Thread Martin Kosek
On 08/05/2015 02:39 PM, Florian Crouzat wrote: On 08/05/2015 02:32 PM, Martin Kosek wrote: On 08/05/2015 12:53 PM, Tomas Babej wrote: On 08/04/2015 03:13 PM, Florian Crouzat wrote: Hey, For security reason (mostly PCI-DSS) I have to print and sign-off access formular for every users, and

[Freeipa-devel] cert profiles - test plan + patches

2015-08-05 Thread Milan Kubík
Hi list, I'm sending the test plan [1] for certificate profiles and preliminary patches for it. The plan covers basic CRUD test and some corner cases. I'm open to more suggestions. More complicated tests involving certificate profiles will require the code (and tests) for CA ACLs merged, so

Re: [Freeipa-devel] [PATCHES] changes in preparation of replica promotion work

2015-08-05 Thread Simo Sorce
On Wed, 2015-08-05 at 08:20 +0200, Jan Cholasta wrote: Hi, Dne 31.7.2015 v 12:46 Simo Sorce napsal(a): I've been carrying these patches in my tree for a while, I think it is time to put them in master as they stand on their own. Simo. Patch 530: ACK Patch 531: ACK Patch 532:

[Freeipa-devel] [PATCH 0355] Fix incorrect type comparison in trust-fetch-domains

2015-08-05 Thread Tomas Babej
Hi, Value needs to be unpacked from the list and converted before comparison. https://fedorahosted.org/freeipa/ticket/5182 From dee59d971acb733c1dee06a61cc0d79ac2f4fdb7 Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Wed, 5 Aug 2015 17:31:47 +0200 Subject: [PATCH] Fix

Re: [Freeipa-devel] [PATCH 0355] Fix incorrect type comparison in trust-fetch-domains

2015-08-05 Thread Alexander Bokovoy
On Wed, 05 Aug 2015, Tomas Babej wrote: Hi, Value needs to be unpacked from the list and converted before comparison. https://fedorahosted.org/freeipa/ticket/5182 One more -- this is bug https://bugzilla.redhat.com/show_bug.cgi?id=1250190, I think. -- / Alexander Bokovoy -- Manage your

[Freeipa-devel] [PATCH] 0194 Fix selector of protocol for LSA RPC binding string

2015-08-05 Thread Alexander Bokovoy
Hi, attached patch fixes a bug https://bugzilla.redhat.com/show_bug.cgi?id=1249455 details are in the commit message. -- / Alexander Bokovoy From 3e5edd4d8f334c053bf2e216d25b14f40590a7c4 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy aboko...@redhat.com Date: Wed, 5 Aug 2015 21:33:45 +0300

Re: [Freeipa-devel] [PATCHES] changes in preparation of replica promotion work

2015-08-05 Thread Jan Cholasta
Dne 5.8.2015 v 17:24 Simo Sorce napsal(a): On Wed, 2015-08-05 at 08:20 +0200, Jan Cholasta wrote: Hi, Dne 31.7.2015 v 12:46 Simo Sorce napsal(a): I've been carrying these patches in my tree for a while, I think it is time to put them in master as they stand on their own. Simo. Patch 530:

[Freeipa-devel] Installation issue on F23

2015-08-05 Thread Endi Sukma Dewata
Hi, Just FYI, the recent IPA installation issue on F23 has been fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1250724 by installing a new TomcatJSS package: https://admin.fedoraproject.org/updates/tomcatjss-7.1.3-1.fc23 The PKI dependency on TomcatJSS will be updated in the following