You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bartosz Lewandowski <ba...@man.poznan.pl> on 2004/03/24 12:16:36 UTC

realms - password digest schemas

Hi All,

I have to migrate with user accounts from ldap server to db server. 
Until now I was using JNDIRealm, now I have to move DataSourceRealm.
In the ldap directory user passwords are stored in {foo}passwd schema, 
where foo could be crypt, md5 or sha.
Existing realms assume "hardcoded" digest in the configuration, so I 
cannot store passwords in my database in different schemas.
My question is - are there any plans to add such feature to tomcat 
realms (I mean - defining the password digest "per" password in a 
{foo}passwd scheme)?

btw. I have been browsing this mailing list and and I have found some 
notes about some plans, that's why this mail is not sent to the 
developer list.

regards,
bartek

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org