Melinda Gilmore wrote:

>I trying to find out if mailman uses the md5 checksum or this has to be set
>up with the installation.  Any help on this would be greatly appreciated.  I
>have not been able to find it so far.  


I'm not sure what you're asking, but old versions of Mailman used to
use 'crypt' or 'md5' to encrypt list admin and moderator passwords and
site and list creator passwords, but it currently uses 'sha'. It will
still try 'crypt' and 'md5' on the supplied password if 'sha' doesn't
match, and if it gets a 'crypt' or 'md5' match, it will migrate the
encrypted password to 'sha'.

In order to compute 'crypt', 'md5' and 'sha' checksums, it uses the
builtin Python modules.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to