Changes between Initial Version and Version 2 of Ticket #12854


Ignore:
Timestamp:
Aug 24, 2016, 12:14:19 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12854 – Description

    initial v2  
    1  I recently upgraded our server from EL6 to EL7, however the major change is that this system is now running in FIPS mode.   When systems are running in FIPS mode, MD5 hashing is not available.
     1I recently upgraded our server from EL6 to EL7, however the major change is that this system is now running in FIPS mode.   When systems are running in FIPS mode, MD5 hashing is not available.
    22
    33Trac works OK, except when I go to Admin - Users (https://example.com/trac/admin/accounts/users).  The following error appears instead of the Users page:
     
    1111Trac maintainers are addressing a similar error with notification.py by adding a configuration item allowing admins to select MD5 (default) or SHA1 for the digest algorithm.  Previously, MD5 was hard coded into the python scripts. 
    1212
    13 https://trac.edgewall.org/ticket/12562
    14 
    15 
    16 --------------------------
     13trac:#12562
    1714
    1815Python Traceback
     16{{{
    1917Most recent call last:
    20 
    2118    File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 554, in _dispatch_request
    2219    File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 247, in dispatch
     
    2623    File "/usr/lib/python2.7/site-packages/acct_mgr/admin.py", line 73, in fetch_user_data
    2724    File "/usr/lib/python2.7/site-packages/acct_mgr/model.py", line 140, in get_user_attribute
    28 
     25}}}
    2926
    3027System Information:
     28{{{
    3129Trac    1.0.10
    3230Babel   0.9.6
     
    4442CKIntegration   1.1dev  /usr/lib/python2.7/site-packages
    4543TracAccountManager      0.4.4   /usr/lib/python2.7/site-packages
     44}}}