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

2013-06-24 Thread Martin Kosek
On 06/24/2013 04:22 PM, Petr Viktorin wrote: On 06/20/2013 12:56 PM, Tomas Babej wrote: On 06/17/2013 02:34 PM, Ana Krivokapic wrote: On 06/06/2013 11:10 AM, Tomas Babej wrote: Hi, Adds --use-posix option to ipa trust-add command. It takes two allowed values: 'yes' : the 'ipa-ad-trust-posix'

Re: [Freeipa-devel] Bug?

2013-06-24 Thread Martin Kosek
On 06/24/2013 03:00 PM, Rob Crittenden wrote: Dean Hunter wrote: Is this a bug for which I should open a bug report? # Configure the Network File Server yum install --assumeyes freeipa-admintools Loaded plugins: langpacks, refresh-packagekit Package freeipa-admintools-3.2.1-1.fc19.x86_64 al

Re: [Freeipa-devel] [PATCHES] 0227-0229 freeipa-tests package & Beaker integration plugin

2013-06-24 Thread Martin Kosek
On 06/24/2013 10:33 AM, Petr Viktorin wrote: On 06/17/2013 09:10 PM, Dmitri Pal wrote: On 06/17/2013 11:08 AM, Petr Viktorin wrote: ipa-run-tests --with-beakerlib is horribly slow for me, is that expected? Yes. For every logged line, BeakerLib's default logging backend starts up Python, parse

Re: [Freeipa-devel] [PATCH 0073] Remove support for IPA deployments with no persistent search

2013-06-24 Thread Martin Kosek
On 06/21/2013 01:52 PM, Ana Krivokapic wrote: On 06/12/2013 02:28 PM, Tomas Babej wrote: ... 2) I wonder if we can also remove the '--zone-notif' option from ipa-server-install and ipa-dns-install. It is already deprecated so maybe this is a good time to drop it altogether? +1, this zone was

Re: [Freeipa-devel] [PATCH] 425 Do not redirect to https in /ipa/ui on non-HTML files

2013-06-24 Thread Tomas Babej
On 06/24/2013 06:13 PM, Petr Vobornik wrote: Those resources are needed by page which has to use http(browser config) prior to acceptance of CA cert. https://fedorahosted.org/freeipa/ticket/3748 ___ Freeipa-devel mailing list Freeipa-devel@redhat.co

[Freeipa-devel] [PATCH] 425 Do not redirect to https in /ipa/ui on non-HTML files

2013-06-24 Thread Petr Vobornik
Those resources are needed by page which has to use http(browser config) prior to acceptance of CA cert. https://fedorahosted.org/freeipa/ticket/3748 -- Petr Vobornik From 892ab95f1fe6fe9c186f1bdc84f218fcb1e0c147 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 24 Jun 2013 17:44:15 +0200

Re: [Freeipa-devel] [PATCH] 421 Fix default value selection in radio widget

2013-06-24 Thread Petr Vobornik
On 06/24/2013 04:01 PM, Ana Krivokapic wrote: On 06/24/2013 12:42 PM, Petr Vobornik wrote: On 06/20/2013 06:11 PM, Ana Krivokapic wrote: On 06/18/2013 07:28 PM, Petr Vobornik wrote: Fix default value selection in radio widget https://fedorahosted.org/freeipa/ticket/3718>> The web UI now dis

Re: [Freeipa-devel] [PATCH 0166] Fix minor coding style issue in update_config()

2013-06-24 Thread Tomas Hozza
ACK The patch looks good. Regards, Tomas Hozza - Original Message - > Hello, > > Fix minor coding style issue in update_config(). > > -- > Petr^2 Spacek > ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailm

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

2013-06-24 Thread Petr Viktorin
On 06/20/2013 12:56 PM, Tomas Babej wrote: On 06/17/2013 02:34 PM, Ana Krivokapic wrote: On 06/06/2013 11:10 AM, Tomas Babej wrote: 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-trus

Re: [Freeipa-devel] [PATCH] 421 Fix default value selection in radio widget

2013-06-24 Thread Ana Krivokapic
On 06/24/2013 12:42 PM, Petr Vobornik wrote: > On 06/20/2013 06:11 PM, Ana Krivokapic wrote: >> On 06/18/2013 07:28 PM, Petr Vobornik wrote: >>> Fix default value selection in radio widget >>> >>> https://fedorahosted.org/freeipa/ticket/3718>> >> >> The web UI now displays 'Forward policy' as 'Forw

Re: [Freeipa-devel] Bug?

2013-06-24 Thread Rob Crittenden
Dean Hunter wrote: Is this a bug for which I should open a bug report? # Configure the Network File Server yum install --assumeyes freeipa-admintools Loaded plugins: langpacks, refresh-packagekit Package freeipa-admintools-3.2.1-1.fc19.x86_64 already installed and latest version Nothing to d

[Freeipa-devel] Bug?

2013-06-24 Thread Dean Hunter
Is this a bug for which I should open a bug report? # Configure the Network File Server yum install --assumeyes freeipa-admintools Loaded plugins: langpacks, refresh-packagekit Package freeipa-admintools-3.2.1-1.fc19.x86_64 already installed and latest version Nothing to do echo adminpasswor

Re: [Freeipa-devel] [PATCH 0072] Provide ipa-client-advise tool

2013-06-24 Thread Tomas Babej
On 06/24/2013 09:35 AM, Petr Spacek wrote: What would happen if require_root = False, UID = 1234 but the plugin requires root access? (I.e. there is an error in the require_root value.) The calling of particular external command that requires root access for its execution will fail. I don't

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

2013-06-24 Thread Petr Viktorin
On 06/21/2013 03:59 PM, Tomas Babej wrote: On 06/21/2013 03:38 PM, Ana Krivokapic wrote: On 06/21/2013 02:39 PM, Tomas Babej wrote: On 06/12/2013 07:06 PM, Ana Krivokapic wrote: On 06/11/2013 06:44 PM, Alexander Bokovoy wrote: On Tue, 11 Jun 2013, Martin Kosek wrote: 2) Is the used ldapsearc

Re: [Freeipa-devel] [PATCH] 0029 Make sure replication works after DM password is changed

2013-06-24 Thread Tomas Babej
On 06/11/2013 04:42 PM, Ade Lee wrote: [snip] Just FYI, we plan to do a new release of pki-core today (pki-core-10.0.3-2) to address this issue. -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc. Ok, so I tested the patch, since pki-core has the PkiExport command

Re: [Freeipa-devel] [PATCH] 0037 Do not display traceback to user

2013-06-24 Thread Petr Viktorin
On 06/20/2013 02:37 PM, Tomas Babej wrote: On 06/17/2013 03:11 PM, Ana Krivokapic wrote: Hello, Logging tracebacks at the INFO level caused them to be displayed to user on the command line. Change the log level to DEBUG, so that tracebacks are not visible to user. https://fedorahosted.org/free

Re: [Freeipa-devel] [PATCH] 0033 Fail when adding a trust with a different range

2013-06-24 Thread Petr Viktorin
On 06/19/2013 10:07 AM, Tomas Babej wrote: On 06/13/2013 12:17 PM, Ana Krivokapic wrote: On 06/12/2013 12:14 PM, Martin Kosek wrote: On 06/12/2013 11:40 AM, Tomas Babej wrote: On 06/12/2013 10:23 AM, Alexander Bokovoy wrote: On Mon, 10 Jun 2013, Ana Krivokapic wrote: And once here(added by y

Re: [Freeipa-devel] [PATCH] 421 Fix default value selection in radio widget

2013-06-24 Thread Petr Vobornik
On 06/20/2013 06:11 PM, Ana Krivokapic wrote: On 06/18/2013 07:28 PM, Petr Vobornik wrote: Fix default value selection in radio widget https://fedorahosted.org/freeipa/ticket/3718>> The web UI now displays 'Forward policy' as 'Forward first' when no policy is active (e.g. in case of empty Glo

Re: [Freeipa-devel] [PATCHES] 0227-0229 freeipa-tests package & Beaker integration plugin

2013-06-24 Thread Petr Viktorin
On 06/17/2013 09:10 PM, Dmitri Pal wrote: On 06/17/2013 11:08 AM, Petr Viktorin wrote: ipa-run-tests --with-beakerlib is horribly slow for me, is that expected? Yes. For every logged line, BeakerLib's default logging backend starts up Python, parses a XML file, appends the line, and writes the

Re: [Freeipa-devel] [PATCH 0072] Provide ipa-client-advise tool

2013-06-24 Thread Petr Spacek
On 21.6.2013 11:45, Tomas Babej wrote: On 06/21/2013 09:32 AM, Jan Cholasta wrote: On 21.6.2013 09:16, Tomas Babej wrote: I'm also thinking about propagating the --verbose, etc. options provided by default by AdminTool down to plugin level so that plugin authors can make use of them. What do yo