RT3 encryption algorithm

I would like to import users from Active Directory into the users table
in the RT3 database. In order to do that I need to duplicate the
algorithm that RT3 uses to encrypt passwords. Based on what I’ve read in
the archive RT3 uses MD5 but I am having no luck duplicating the
password hash I find in the database for users created via the web
interface. Any and all advice appreciated.

David Jansen wrote:

I would like to import users from Active Directory into the users table
in the RT3 database. In order to do that I need to duplicate the
algorithm that RT3 uses to encrypt passwords. Based on what I’ve read in
the archive RT3 uses MD5 but I am having no luck duplicating the
password hash I find in the database for users created via the web
interface. Any and all advice appreciated.
Plain passwd->MD5->Base64->DB
Good luck. Ruslan.