Re: [Freeipa-devel] [PATCH] 295 client Makefile target

2009-10-17 Thread Jason Gerard DeRose
On Mon, 2009-10-12 at 16:01 -0400, Rob Crittenden wrote: > This adds a few new targets to the top-level Makefile, most notably > client and client-rpms. Using this you can more easily build just the > client pieces of IPA. > > rob ack. pushed to master. Did you mean to leave the `ipa` script o

Re: [Freeipa-devel] [PATCH] 289 fix host admin acis

2009-10-17 Thread Jason Gerard DeRose
On Mon, 2009-10-12 at 15:05 +0200, Pavel Zuna wrote: > Rob Crittenden wrote: > > It appears I missed a couple of ACI's when we changed the DN format of > > hosts. > > > > rob > ack. > > Pavel ack. pushed to master. ___ Freeipa-devel mailing list Fre

Re: [Freeipa-devel] [PATCH] 297 use proper template string

2009-10-17 Thread Jason Gerard DeRose
On Fri, 2009-10-16 at 16:21 -0400, Rob Crittenden wrote: > I goofed and didn't replace my test domain with a template string for > some virtual operations. > > rob ack. pushed to master. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https:/

Re: [Freeipa-devel] [PATCH] jderose 024 Fixed compatability break in rpcserver.py

2009-10-17 Thread Jason Gerard DeRose
On Sat, 2009-10-17 at 21:12 -0400, Rob Crittenden wrote: > Jason Gerard DeRose wrote: > > This fixes an oops I missed that broke the IPA server when running under > > Apache. > > ack pushed to master. ___ Freeipa-devel mailing list Freeipa-devel@redhat

Re: [Freeipa-devel] [PATCH] jderose 024 Fixed compatability break in rpcserver.py

2009-10-17 Thread Rob Crittenden
Jason Gerard DeRose wrote: This fixes an oops I missed that broke the IPA server when running under Apache. ack smime.p7s Description: S/MIME Cryptographic Signature ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mail

[Freeipa-devel] [PATCH] jderose 024 Fixed compatability break in rpcserver.py

2009-10-17 Thread Jason Gerard DeRose
This fixes an oops I missed that broke the IPA server when running under Apache. >From ce8be42c569c654006c3fc279d8aef82f97e21a9 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Sat, 17 Oct 2009 17:59:38 -0600 Subject: [PATCH] Fixed compatability break in rpcserver.py --- ipaserver/rpcser

[Freeipa-devel] Integer parameters

2009-10-17 Thread John Dennis
I wanted to assure myself if a command was expecting an integer value, it could be input in whatever radix the user desires and be correctly converted. If I understand correctly this code is in parameters.py and is implemented by the _convert_scalar member function. The Int and Float classes de