[Freeipa-devel] [PATCH] 409 Remove redundant u'' character

2013-06-06 Thread Martin Kosek
One Python's unicode marking character was being printed by RPC plugin which then appeared in ipa-client-install output. This patch removes it. Pushed as a one(two)liner to master, ipa-3-2. Martin From ddbf45c5e9a2f341b5eab701cc117bb10f6719fc Mon Sep 17 00:00:00 2001 From: Martin Kosek

Re: [Freeipa-devel] [PATCHES 0061-0063] Extend ID range types rebased

2013-06-06 Thread Tomas Babej
On 06/05/2013 02:53 PM, Tomas Babej wrote: On 06/03/2013 05:00 PM, Tomas Babej wrote: Hi, Sending rebased versions on top of current master. Tomas Hi, A rebase was needed again. I also fixed a bug in the update plugin, since it used case-sensitive comparison of objectclasses. Updated

[Freeipa-devel] [PATCH 0067] Add --use-posix option that forces trusted range type

2013-06-06 Thread Tomas Babej
Hi, Adds --use-posix option to ipa trust-add command. It takes two allowed values: 'yes' : the 'ipa-ad-trust-posix' range type is enforced 'no' : the 'ipa-ad-trust' range type is enforced When --use-posix option is not specified, the range type should be determined by ID range discovery.

Re: [Freeipa-devel] [PATCH] 0034 Improve handling of options in ipa-client-install

2013-06-06 Thread Tomas Babej
On 06/05/2013 04:14 PM, Ana Krivokapic wrote: Hello, The attached patch should improve handling of client re-enrollment related options of ipa-client-install. https://fedorahosted.org/freeipa/ticket/3686 ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCHES 0061-0063] Extend ID range types rebased

2013-06-06 Thread Alexander Bokovoy
On Thu, 06 Jun 2013, Tomas Babej wrote: From 0580d3c03319c72d731d0598b19e633fc536b866 Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Thu, 30 May 2013 14:07:09 +0200 Subject: [PATCH 62/63] Add update plugin to fill in ipaRangeType attribute Previously, we deduced the range

[Freeipa-devel] [PATCH 0069] Manage ipa-otpd.socket by IPA

2013-06-06 Thread Tomas Babej
Hi, Adds a new simple service called OtpdInstance, that manages ipa-otpd.socket service. Added to server/replica installer and ipa-upgradeconfig script. https://fedorahosted.org/freeipa/ticket/3680 Tomas From 75f60ae7dcba5af8e0b055c971a970662120cf3c Mon Sep 17 00:00:00 2001 From: Tomas Babej

[Freeipa-devel] [PATCH] 0035 Prevent error when running IPA commands with su/sudo

2013-06-06 Thread Ana Krivokapic
Hello, This patch fixes https://fedorahosted.org/freeipa/ticket/3685. -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc. From b4e5ba853ee3c4c1aa60024786b2f5bb5c828fa5 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic akriv...@redhat.com Date: Thu, 6 Jun 2013 12:52:08

Re: [Freeipa-devel] [PATCH] 0035 Prevent error when running IPA commands with su/sudo

2013-06-06 Thread Tomas Babej
On 06/06/2013 12:58 PM, Ana Krivokapic wrote: Hello, This patch fixes https://fedorahosted.org/freeipa/ticket/3685. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel ACK Tomas

Re: [Freeipa-devel] [PATCH] 0034 Improve handling of options in ipa-client-install

2013-06-06 Thread Jan Pazdziora
On Wed, Jun 05, 2013 at 04:14:36PM +0200, Ana Krivokapic wrote: Hello, The attached patch should improve handling of client re-enrollment related options of ipa-client-install. https://fedorahosted.org/freeipa/ticket/3686 [...] +if options.keytab and options.principal: +

Re: [Freeipa-devel] [PATCH] 0034 Improve handling of options in ipa-client-install

2013-06-06 Thread Rob Crittenden
Jan Pazdziora wrote: On Wed, Jun 05, 2013 at 04:14:36PM +0200, Ana Krivokapic wrote: Hello, The attached patch should improve handling of client re-enrollment related options of ipa-client-install. https://fedorahosted.org/freeipa/ticket/3686 [...] +if options.keytab and

Re: [Freeipa-devel] [PATCH] 0034 Improve handling of options in ipa-client-install

2013-06-06 Thread Tomas Babej
On 06/06/2013 03:45 PM, Jan Pazdziora wrote: On Wed, Jun 05, 2013 at 04:14:36PM +0200, Ana Krivokapic wrote: Hello, The attached patch should improve handling of client re-enrollment related options of ipa-client-install. https://fedorahosted.org/freeipa/ticket/3686 [...] +if

Re: [Freeipa-devel] [PATCH 0030] Require rid-base and secondary-rid-base options in idrange-add when trust exists

2013-06-06 Thread Tomas Babej
On 05/31/2013 07:35 PM, Ana Krivokapic wrote: On 05/28/2013 04:49 PM, Ana Krivokapic wrote: Hello, This patch addresseshttps://fedorahosted.org/freeipa/ticket/3634 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH 0064] Do not check userPassword with 7-bit plugin

2013-06-06 Thread Martin Kosek
On 06/03/2013 03:07 PM, Tomas Babej wrote: On 06/03/2013 01:10 PM, Tomas Babej wrote: Hi, Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that contain non-ascii characters.

Re: [Freeipa-devel] [PATCH 0069] Manage ipa-otpd.socket by IPA

2013-06-06 Thread Martin Kosek
On 06/06/2013 12:51 PM, Tomas Babej wrote: Hi, Adds a new simple service called OtpdInstance, that manages ipa-otpd.socket service. Added to server/replica installer and ipa-upgradeconfig script. https://fedorahosted.org/freeipa/ticket/3680 Tomas Tested with server/replica install