You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/07/08 07:36:50 UTC

svn commit: r1500582 - /bloodhound/trunk/installer/bloodhound_setup.py

Author: rjollos
Date: Mon Jul  8 05:36:50 2013
New Revision: 1500582

URL: http://svn.apache.org/r1500582
Log:
Enabled !AccountManagerPlugin macros on install. Refs #201.

Modified:
    bloodhound/trunk/installer/bloodhound_setup.py

Modified: bloodhound/trunk/installer/bloodhound_setup.py
URL: http://svn.apache.org/viewvc/bloodhound/trunk/installer/bloodhound_setup.py?rev=1500582&r1=1500581&r2=1500582&view=diff
==============================================================================
--- bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ bloodhound/trunk/installer/bloodhound_setup.py Mon Jul  8 05:36:50 2013
@@ -134,6 +134,7 @@ ACCOUNTS_CONFIG = {'account-manager': {'
                                   'acct_mgr.api.accountmanager' : 'enabled',
                                   'acct_mgr.guard.accountguard' : 'enabled',
                                   'acct_mgr.htfile.htdigeststore' : 'enabled',
+                                  'acct_mgr.macros.*': 'enabled',
                                   'acct_mgr.web_ui.accountmodule' : 'enabled',
                                   'acct_mgr.web_ui.loginmodule' : 'enabled',
                                   'trac.web.auth.loginmodule' : 'disabled',