[Freeipa-devel] Remove the assets and wehjits code

2010-07-26 Thread Adam Young
This patch removes the existing UI functionality, as a prep for adding the Javascript based ui. diff --git a/install/Makefile.am b/install/Makefile.am --- a/install/Makefile.am +++ b/install/Makefile.am @@ -19,13 +19,10 @@ install-exec-local: chmod 700 $(DESTDIR)$(localstatedir)/lib/ipa/sy

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

2010-07-26 Thread Adam Young
This patch removes the existing UI functionality, as a prep for adding the Javascript based ui. diff --git a/install/Makefile.am b/install/Makefile.am --- a/install/Makefile.am +++ b/install/Makefile.am @@ -19,13 +19,10 @@ install-exec-local: chmod 700 $(DESTDIR)$(localstatedir)/lib/ipa/

[Freeipa-devel] [PATCH] 492 fix env plugin

2010-07-26 Thread Rob Crittenden
The env plugin was displaying just the number of entries in the environment, not the values. Add an --all flag to print those, on by default. rob freeipa-492-env.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat

[Freeipa-devel] [PATCH] 493 skip lang test if not built

2010-07-26 Thread Rob Crittenden
The i18n tests were failing if the language wasn't built. Skip it in this case and inform the user what to run to get the test to execute. rob freeipa-493-lang.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.co

[Freeipa-devel] [PATCH] 494 ipa command failover

2010-07-26 Thread Rob Crittenden
Add failover to the ipa command. If the server defined in /etc/ipa/default.conf is not available then each ldap SRV record in DNS is tried until either one is found that works or none of the available servers are responding. ticket #15 rob freeipa-494-failover.patch Description: application