User-DB of Mantis useable with Apache Auth?
Posted: 14 Feb 2005, 20:54
I'm trying to use the UserDB of Mantis with Apache authentification to use mantis as master-user-db.
Mantis stores my passwords in md5 currently md5(password);
I tried auth_digest but found that it's not possible because digest encodes the password like this:
md5(user:realm:password) not like mantis: md5(password)
And the other authentications use the A1, where the user is encoded in the password, too ?!?
One idea would be using plaintext passwords, but I think that's not a good idea.
I also tried mod_auth_dbm and to create the db with
dbmmanage2 -m dbfile <username> <md5passwordofmantis>
But I get: Password wrong, too.
Any idea ?!?
Mantis stores my passwords in md5 currently md5(password);
I tried auth_digest but found that it's not possible because digest encodes the password like this:
md5(user:realm:password) not like mantis: md5(password)
And the other authentications use the A1, where the user is encoded in the password, too ?!?
One idea would be using plaintext passwords, but I think that's not a good idea.
I also tried mod_auth_dbm and to create the db with
dbmmanage2 -m dbfile <username> <md5passwordofmantis>
But I get: Password wrong, too.
Any idea ?!?