Re: [Freeipa-devel] Fwd: [Freeipa-users] [PATCH] 511 improve dogtag install feedback and add arg to pkisilent

2010-08-19 Thread Rob Crittenden
Adam Young wrote: On 08/16/2010 05:56 PM, Rob Crittenden wrote: Rob Crittenden wrote: Ok, this time forward the e-mail with the patch. Updated patch. There was a merge failure in ipa.spec.in. rob ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 507 add support for ldap:///self bind rules in the aci plugin

2010-08-19 Thread Rob Crittenden
Adam Young wrote: On 08/10/2010 01:24 PM, Rob Crittenden wrote: Add support for ldap:///self bind rules This is added mainly so the self service rules can be updated without resorting to ldapmodify. ticket 80 rob ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 513 global size and time limit patch

2010-08-19 Thread Rob Crittenden
Adam Young wrote: On 08/18/2010 02:18 PM, Rob Crittenden wrote: Use the global time and size limits on searches if not user-provided. This removes the default settings for searching but the option is still there. I also added a test to ensure that the limit is properly enforced and the

Re: [Freeipa-devel] [PATCH] 505 make logging more configurable

2010-08-19 Thread Rob Crittenden
Adam Young wrote: On 08/10/2010 10:03 AM, Rob Crittenden wrote: Make the server log level more configurable, not defaulting to debug. This disables debug output in the Apache log by default. If you want increased output create /etc/ipa/server.conf and set it to: [global] debug=True If this

[Freeipa-devel] admiyo-freeipa-0011 const correctness in ipa-client

2010-08-19 Thread Adam Young
https://fedorahosted.org/freeipa/attachment/ticket/148/admiyo-freeipa-0011-const-correctness.patch made the data type for server consistent and correct across its usage. From 30d494247a84b96f78183225c6fdd67be0d2827d Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Thu, 19 Aug

Re: [Freeipa-devel] Sudoers schema

2010-08-19 Thread Rob Crittenden
Dmitri Pal wrote: Hello, It occurred to me that we can have a compromise. We can have two ways and let the admins to decide which model to follow. So the schema will look like this: The sudo rule entry will have a string attribute to put a command verbatim as it is designed now and an attribute

Re: [Freeipa-devel] Sudoers schema

2010-08-19 Thread Sumit Bose
On Thu, Aug 19, 2010 at 02:47:33PM -0400, Rob Crittenden wrote: Dmitri Pal wrote: Hello, It occurred to me that we can have a compromise. We can have two ways and let the admins to decide which model to follow. So the schema will look like this: The sudo rule entry will have a string

[Freeipa-devel] [PATCH] admiyo 0012 ldap_initialize

2010-08-19 Thread Adam Young
Gets rid of the last of our compiler warnings by removing a deprecated function call :ldap_init should be replaced with ldap_initialize. https://fedorahosted.org/freeipa/attachment/ticket/151/admiyo-freeipa-0012-ldap_initialize.patch From 348947c5bd240395f5e9295fe5c8d4d4d097fde1 Mon Sep 17

Re: [Freeipa-devel] [PATCH] admiyo 0012 ldap_initialize

2010-08-19 Thread Rob Crittenden
Adam Young wrote: Gets rid of the last of our compiler warnings by removing a deprecated function call :ldap_init should be replaced with ldap_initialize. https://fedorahosted.org/freeipa/attachment/ticket/151/admiyo-freeipa-0012-ldap_initialize.patch I think the scheme should be ldaps and

Re: [Freeipa-devel] [PATCH] Sample Metadata

2010-08-19 Thread Rob Crittenden
Adam Young wrote: This is a trivial patch (despite its length) which is a snapshot of the output of the metadata plugin. This is required to do serverless development, but does not impact the deployed code. ACK I removed a slew of trailing whitespace and pushed this to master rob

Re: [Freeipa-devel] [PATCH] Hash Params Redux

2010-08-19 Thread Pavel Zůna
On 2010-08-18 22:59, Adam Young wrote: The patch replaces the earlier Hash Params patch. It fixs the build issues, and fixes the group details page as well. Git still reports white space errors, but that's hardly a show stopper. ACK. Pavel ___

Re: [Freeipa-devel] [PATCH] Fix script tags in index.xhtml. End tag is required.

2010-08-19 Thread Pavel Zůna
On 2010-08-20 00:48, Pavel Zůna wrote: The paste server had some issues with it and end tags are required by the standard anyway. Pavel I forgot to mention that this applies after Adam's 0009 patch (updated Hash Params). Pavel ___ Freeipa-devel

Re: [Freeipa-devel] [PATCH] Sample Metadata

2010-08-19 Thread Adam Young
On 08/19/2010 05:48 PM, Rob Crittenden wrote: Adam Young wrote: This is a trivial patch (despite its length) which is a snapshot of the output of the metadata plugin. This is required to do serverless development, but does not impact the deployed code. ACK I removed a slew of trailing

Re: [Freeipa-devel] [PATCH] Fix script tags in index.xhtml. End tag is required.

2010-08-19 Thread Adam Young
On 08/19/2010 06:51 PM, Pavel Zůna wrote: On 2010-08-20 00:48, Pavel Zůna wrote: The paste server had some issues with it and end tags are required by the standard anyway. Pavel I forgot to mention that this applies after Adam's 0009 patch (updated Hash Params). Pavel

Re: [Freeipa-devel] [PATCH] admiyo 0012 ldap_initialize

2010-08-19 Thread Adam Young
On 08/19/2010 05:45 PM, Rob Crittenden wrote: Adam Young wrote: Gets rid of the last of our compiler warnings by removing a deprecated function call :ldap_init should be replaced with ldap_initialize.

Re: [Freeipa-devel] [PATCH] admiyo 0012 ldap_initialize

2010-08-19 Thread Adam Young
On 08/19/2010 08:31 PM, Adam Young wrote: On 08/19/2010 05:45 PM, Rob Crittenden wrote: Adam Young wrote: Gets rid of the last of our compiler warnings by removing a deprecated function call :ldap_init should be replaced with ldap_initialize.

Re: [Freeipa-devel] [PATCH] Hash Params Redux

2010-08-19 Thread Adam Young
On 08/19/2010 06:41 PM, Pavel Zůna wrote: On 2010-08-18 22:59, Adam Young wrote: The patch replaces the earlier Hash Params patch. It fixs the build issues, and fixes the group details page as well. Git still reports white space errors, but that's hardly a show stopper. ACK. Pavel