Ticket #8386 (closed defect: wontfix)

Opened 2 years ago

Last modified 5 months ago

md5 login with mod_python not working

Reported by: ramejan@gmail.com Assigned to: hasienda
Priority: low Component: AccountManagerPlugin
Severity: normal Keywords: needinfo md5 login mod_python
Cc: Trac Release: 0.11

Description

As said at AccountManagerPlugin/AuthStores, there is a problem with Python's MD5 plugin module under mod_python Apache extension.
To work around this issue you can use pure Python implementation of MD5 (which is considerably slower than the native one but does the job).
See attached files for possible fix.

Attachments

md5py.zip (4.8 kB) - added by ramejan@gmail.com on 01/10/11 14:57:38.
Pure Python implementation of MD5 (courtesy of Dinu C. Gherman http://python.net/~gherman/programs/md5py/ )
md5crypt.diff (509 bytes) - added by ramejan@gmail.com on 01/10/11 15:08:12.
md5crypt.py patch (for 0.11 branch)

Change History

01/10/11 14:57:38 changed by ramejan@gmail.com

  • attachment md5py.zip added.

Pure Python implementation of MD5 (courtesy of Dinu C. Gherman http://python.net/~gherman/programs/md5py/ )

01/10/11 15:08:12 changed by ramejan@gmail.com

  • attachment md5crypt.diff added.

md5crypt.py patch (for 0.11 branch)

06/25/11 22:49:38 changed by hasienda

  • keywords changed from md5 login mod_python to needinfo md5 login mod_python.

Is this an issue with - now depreciated - md5 module (Python<=2.4) or with the new, current md5 from hashlib? In the first case, is this fix still needed? Only very old distibutions (RedHat?) have such an old Python version. I'm not going to pull in additional dependencies lightly, if I don't use them on my own.

12/04/12 23:26:21 changed by hasienda

  • priority changed from normal to low.

Please provide requested feedback to prevent this patch from being rejected.

After 1 1/2 year without response I feel justified to assume, that it's no longer relevant, right?

01/05/13 00:15:09 changed by hasienda

  • status changed from new to closed.
  • resolution set to wontfix.

I think time has squeezed this issue down to nothing. Please re-open, if you can prove you point and especially provide feedback to the latest, still unanswered questions.


Add/Change #8386 (md5 login with mod_python not working)




Change Properties
Action