Htpasswd authentication?

Does anyone know if it’'s possible setup wildfire to use a standard apache htpasswd file for authentication?

Thanks!

david

Hi,

there exist some JDBC auth providers but not a .htpasswd provider. I assume that your htpasswd file uses md5 hashed passwords, so if you import it into a database it might work.

You could of course write an auth provider for htpasswd files if you have some java coding experience and really need one.

LG