[Freeipa-devel] [PATCH] Use Exception class instead of BaseException

2015-05-31 Thread Niranjan
Greetings, I would like to present patch for replacing StandardError exception with Exception class in ipapython/adminutil.py. Also replacing BaseException class with Exception class. Though the use of StandardError is many places. I would like to start with ipapython/adminutil.py This is my fi

Re: [Freeipa-devel] [PATCH 0014 v3] Support multiple user and host certificates

2015-05-31 Thread Fraser Tweedale
New version of patch; ``{host,service}-show --out=FILE`` now writes all certs to FILE. Rebased on latest master. Thanks, Fraser On Thu, May 28, 2015 at 09:18:04PM +1000, Fraser Tweedale wrote: > Updated patch attached. Notably restores/adds revocation behaviour > to host-mod and service-mod. >