Re: [Freeipa-devel] Proposal about ACI management in IPA v2

2010-10-11 Thread Dmitri Pal
Simo Sorce wrote: On Sun, 10 Oct 2010 23:27:33 -0400 Dmitri Pal d...@redhat.com wrote: Actually the whole thing was inspired by the ACI UI from the LDAP book that is based on Netscape DS. Rob you say What it lacks is a way to *output* an aci so it can be easily represented in a UI or on

Re: [Freeipa-devel] Proposal about ACI management in IPA v2

2010-10-11 Thread Rob Crittenden
Dmitri Pal wrote: Simo Sorce wrote: On Sun, 10 Oct 2010 23:27:33 -0400 Dmitri Pald...@redhat.com wrote: Actually the whole thing was inspired by the ACI UI from the LDAP book that is based on Netscape DS. Rob you say What it lacks is a way to *output* an aci so it can be easily represented

[Freeipa-devel] [PATCH] 568 fix mutual exclusive comparison in hbac

2010-10-11 Thread Rob Crittenden
Do better error checking in mutual exclusivity check in hbac plugin. This fixes the acceptance tests. rob freeipa-568-hbac.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 569 detect when DNS is not configured

2010-10-11 Thread Rob Crittenden
Detect when DNS is not configured and return an error message when using the command-line. It would be nicer if we disabled the command altogether but this would require checking the server to see every time the ipa command is executed (which would be bad). We can't store this in a

[Freeipa-devel] [PATCH] 570 enforce max username length

2010-10-11 Thread Rob Crittenden
Enforce the configurable max username length from cn=ipaconfig. rob freeipa-570-length.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 571 return non-zero on *-find when nothing is found

2010-10-11 Thread Rob Crittenden
Return non-zero when the number of entries from *-find returned is zero. ticket 325 rob freeipa-571-find.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 572 fix usage help of ipa-replica-install

2010-10-11 Thread Rob Crittenden
Include REPLICA_FILE in usage for ipa-replica-install ticket 247 rob freeipa-572-replica.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread John Dennis
On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittendenrcrit...@redhat.com wrote: Simo Sorce wrote: This is some very basic initial localization work for the C tools. I do not have any translation yet, and creation and merging of .po and binary files is

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread John Dennis
On 10/11/2010 02:18 PM, John Dennis wrote: On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittendenrcrit...@redhat.com wrote: Simo Sorce wrote: This is some very basic initial localization work for the C tools. I do not have any translation yet, and

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread Simo Sorce
On Mon, 11 Oct 2010 14:18:11 -0400 John Dennis jden...@redhat.com wrote: On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittendenrcrit...@redhat.com wrote: Simo Sorce wrote: This is some very basic initial localization work for the C tools. I

Re: [Freeipa-devel] [PATCH] Initial gettext support for C tools

2010-10-11 Thread Simo Sorce
On Mon, 11 Oct 2010 14:36:49 -0400 John Dennis jden...@redhat.com wrote: On 10/11/2010 02:18 PM, John Dennis wrote: On 10/11/2010 01:01 PM, Simo Sorce wrote: On Fri, 08 Oct 2010 10:26:18 -0400 Rob Crittendenrcrit...@redhat.com wrote: Simo Sorce wrote: This is some very basic

[Freeipa-devel] [PATCH] 573 use context to determine RequirementsErrors attributes

2010-10-11 Thread Rob Crittenden
Use context to decide which name to return on RequirementsErrors When a Requirement fails we throw an exception including the name of the field that is missing. To make the command-line friendlier we have a cli_name defined which may or may not match the LDAP attribute. This can be confusing