Re: Generating passwords digests for 9.0.27

2019-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pawel, On 11/5/19 03:33, Mark Thomas wrote: > On 05/11/2019 00:52, Pawel Veselov wrote: >> Hello. >> >> I'm doing something where I need to generate a password for a >> tomcat user that is authenticated using >> org.apache.catalina.realm.UserDataba

Re: Generating passwords digests for 9.0.27

2019-11-05 Thread Mark Thomas
On 05/11/2019 00:52, Pawel Veselov wrote: > Hello. > > I'm doing something where I need to generate a password for a tomcat user > that is authenticated using org.apache.catalina.realm.UserDatabaseRealm > with "sha" digest, the user database is > produced by org.apache.catalina.users.MemoryUserDat

Generating passwords digests for 9.0.27

2019-11-04 Thread Pawel Veselov
Hello. I'm doing something where I need to generate a password for a tomcat user that is authenticated using org.apache.catalina.realm.UserDatabaseRealm with "sha" digest, the user database is produced by org.apache.catalina.users.MemoryUserDatabaseFactory from an xml file (standard conf/tomcat-us