Re: [Freeipa-devel] [PATCH] Remove the assets and wehjits code

2010-07-29 Thread Rob Crittenden
Adam Young wrote: This patch removes the existing UI functionality, as a prep for adding the Javascript based ui. ACK, pushed to master. rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-29 Thread Rob Crittenden
Adam Young wrote: On 07/20/2010 02:12 PM, Rob Crittenden wrote: This drops our own PKCS#10 parser and uses the one from python-nss. I had to bump up the minimum required version of python-nss to pick up some new API for this. This introduces some new challenges for us. NSS needs to be

Re: [Freeipa-devel] [PATCH] 489 initial entitlement support

2010-07-29 Thread Rob Crittenden
Adam Young wrote: On 07/21/2010 03:47 PM, Rob Crittenden wrote: This adds the container and initial ACIs to store and management entitlements. A management plugin will come later. rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 497 check for command existence in tests

2010-07-29 Thread Rob Crittenden
The command tests rely on the in-tree version of the command. If you haven't done a 'make' in the tree the command won't exist so isn't testable. This adds a test for command existence and raises a specific error. It was previously failing with some pretty unhelpful error messages. rob

[Freeipa-devel] [PATCH] 498 enforce 389-ds header existence

2010-07-29 Thread Rob Crittenden
We were checking for 389-ds headers but not enforcing their existence. I've also added a check for the new repl-session-plugin.h header. rob freeipa-498-headers.patch Description: application/mbox ___ Freeipa-devel mailing list

[Freeipa-devel] WebUI Code review

2010-07-29 Thread Adam Young
Once more, here is the web UI for cod ereview. It is not complete, but this should be sufficient to give people a sense of where the UI is going. https://fedorahosted.org/reviewboard/r/75/ To test it, once the ipa server is set up, and kinit has been run, browse to

Re: [Freeipa-devel] WebUI Code review

2010-07-29 Thread Adam Young
On 07/29/2010 10:20 PM, Adam Young wrote: Once more, here is the web UI for cod ereview. It is not complete, but this should be sufficient to give people a sense of where the UI is going. https://fedorahosted.org/reviewboard/r/75/ To test it, once the ipa server is set up, and kinit has