Changes between Version 25 and Version 26 of AccountManagerPlugin/AuthStores

Show
Ignore:
Author:
anonymous (IP: 0.0.0.0)
Timestamp:
10/26/12 20:11:25 (7 months ago)
Comment:

# comments broke my setup with stable 0.11

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/AuthStores

    v25 v26  
    2727; the webserver will need write permissions to this file 
    2828; and its parent folder 
    29 ;password_file = /var/trac/trac.htdigest   # old style (acct_mgr < 0.4) 
    30 htdigest_file = /var/trac/trac.htdigest   # new style (acct_mgr >= 0.4) 
     29;password_file = /var/trac/trac.htdigest   ; old style (acct_mgr < 0.4) 
     30htdigest_file = /var/trac/trac.htdigest   ; new style (acct_mgr >= 0.4) 
    3131 
    3232; the name of the authentication “realm” 
    6464; the webserver will need write permissions to this file 
    6565; and its parent folder 
    66 ;password_file = /var/trac/trac.htpasswd   # old style (acct_mgr < 0.4) 
    67 htpasswd_file = /var/trac/trac.htpasswd   # new style (acct_mgr >= 0.4) 
     66;password_file = /var/trac/trac.htpasswd   ; old style (acct_mgr < 0.4) 
     67htpasswd_file = /var/trac/trac.htpasswd   ; new style (acct_mgr >= 0.4) 
    6868 
    6969}}} 
    139139acct_mgr.pwhash.htdigesthashmethod = enabled 
    140140acct_mgr.pwhash.htpasswdhashmethod = enabled 
    141 trac.web.auth.loginmodule = disabled #this is important, otherwise login does not work. ref: http://www.gossamer-threads.com/lists/trac/users/41969 
     141trac.web.auth.loginmodule = disabled ;this is important, otherwise login does not work. ref: http://www.gossamer-threads.com/lists/trac/users/41969 
    142142 
    143143[account-manager]