On Sun, May 1, 2022, 03:58 billib <[email protected]> wrote: > Morning everybody, > > I cannot log in to my server if I try and use an encrypted password in > user-mapping.xml: > > <authorize > username="testuser1" > password="passwort1"> > <protocol>vnc</protocol> > <param name="hostname">localhost</param> > <param name="port">5901</param> > <param name="password">vncpass1</param> > </authorize> > > > works fine, while > > <authorize > username="testuser2" > password="631b0ef29792ae5e5813b2ae4dd7aa25" > encoding="md5"> > <protocol>vnc</protocol> > <param name="hostname">localhost</param> > <param name="port">5902</param> > <param name="password">vncpass</param> > </authorize> > > leaves me with a "WARN o.a.g.r.auth.AuthenticationService - > Authentication attempt from 95.191.24.244 for user "testuser2" failed" > in catalina.out. Nothing in syslog. > The same is true for sha256 instead of md5. >
What exact command(s) are you using to generate the hashed password? - Mike
