Re: [Freeipa-devel] [PATCH] 308 manage arbitrary attributes

2009-11-10 Thread Rob Crittenden
Jason Gerard DeRose wrote: Oops, was this missing the attachment? ;) Bah, here it is. rob On Wed, 2009-11-04 at 16:04 -0500, Rob Crittenden wrote: This adds 2 new parameters, --setattr and --addattr and lets you manage whatever attribute you want (within the given set of objectclasses).

[Freeipa-devel] localized strings

2009-11-10 Thread John Dennis
I was writing some new code and wanted to return an error message. Error messages need to be localized. Typically this is done via the _() method. But _() has to be defined and there are several ways that can happen. So I went looking for existing usage in our code base. I was surprised at how