MD5 base 64 Password Encoding

We are using the RT database to authenticate against.
And after learning that RT stores it’s passwords in an
MD5 base 64 encoding style i am trying to figure out
how to compile mod_auth_mysql with such support. Has
anyone done this before, and if so would someone mind
shareing how they accomplished this

Thanks
Winn Johnston

Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

Winn Johnston wrote:

We are using the RT database to authenticate against.
And after learning that RT stores it’s passwords in an
MD5 base 64 encoding style i am trying to figure out
how to compile mod_auth_mysql with such support. Has
anyone done this before, and if so would someone mind
shareing how they accomplished this

If you’re using mod_auth_mysql from http://modauthmysql.sourceforge.net/
you should be able to do it by setting AuthMySQLPwEncryption to md5.

AuthMySQLPwEncryption none | crypt | scrambled | md5 | aes | sha1
The encryption type used for the passwords in AuthMySQLPasswordField:
none: not encrypted (plain text)
crypt: UNIX crypt() encryption
scrambled: MySQL PASSWORD encryption
md5: MD5 hashing
aes: Advanced Encryption Standard (AES) encryption
sha1: Secure Hash Algorihm (SHA1)

Travis
Travis Campbell - Unix Systems Administrator = travis@mpdtxmail.amd.com
5900 E. Ben White Blvd, Austin, TX 78741 = travis.campbell@amd.com
TEL: (512) 602-1888 PAG: (512) 604-0341 = webmaster@mpdtxmail.amd.com
“Does anything work as expected?” Yes. An axe through the CPU.