Project

General

Profile

Authentication of SHA-512 passwords

Added by robert3100 over 5 years ago

I want to use lighttpdauthentication based on the usernames and passwords of the embedded Linux machine that runs lighttpd.
The Linux passwords are encoded using SHA512 algorithm. e.g. $6$jQEd01ggAAHZXlH$vRIIAxkdcjWPfnP2jwp2wHpSNYE5X...........

Does lighttpd support user authentication based on SHA512 encoded passwords?

If so, what settings should I use in the configuration file?

Thanks