Author: rjollos
Date: Fri Jan 4 17:19:27 2013
New Revision: 1428990
URL: http://svn.apache.org/viewvc?rev=1428990&view=rev
Log:
Removed assignment of obsolete `password_file` option for AccountManager
configuration. Refs #334.
Modified:
incubator/bloodhound/trunk/installer/bloodhound_setup.py
Modified: incubator/bloodhound/trunk/installer/bloodhound_setup.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/bloodhound_setup.py?rev=1428990&r1=1428989&r2=1428990&view=diff
==============================================================================
--- incubator/bloodhound/trunk/installer/bloodhound_setup.py (original)
+++ incubator/bloodhound/trunk/installer/bloodhound_setup.py Fri Jan 4
17:19:27 2013
@@ -95,7 +95,6 @@ ACCOUNTS_CONFIG = {'account-manager': {'
'htdigest_realm' : '',
'htpasswd_file' : '',
'htpasswd_hash_type' : 'crypt',
- 'password_file' : '',
'password_store' : 'HtDigestStore',
'persistent_sessions' : 'False',
'refresh_passwd' : 'False',
@@ -197,7 +196,6 @@ class BloodhoundSetup(object):
accounts_config = dict(ACCOUNTS_CONFIG)
accounts_config['account-manager']['htdigest_file'] = digestfile
accounts_config['account-manager']['htdigest_realm'] = realm
- accounts_config['account-manager']['password_file'] = digestfile
trac = TracAdmin(os.path.abspath(new_env))
if not trac.env_check():