Support user_htpasswd= hash
Hi,
In AstLinux we have an administration web interface with an exiting .htpasswd file for basic auth using lighttpd.
It would very nice if fop2.cfg could support htpasswd style hashes, possibly something like:
--
user_htpasswd = admin:X5fzxhp46gqCa:all
user_htpasswd = 1234:Xa7O93k.uQlGz:dial,transfer,pickup,meetme
--
(or some clever way to still use user= and signal a htpasswd hash)
In this way, we could easily generate the users with a #exec script.
Reasonable ?
Lonnie
In AstLinux we have an administration web interface with an exiting .htpasswd file for basic auth using lighttpd.
It would very nice if fop2.cfg could support htpasswd style hashes, possibly something like:
--
user_htpasswd = admin:X5fzxhp46gqCa:all
user_htpasswd = 1234:Xa7O93k.uQlGz:dial,transfer,pickup,meetme
--
(or some clever way to still use user= and signal a htpasswd hash)
In this way, we could easily generate the users with a #exec script.
Reasonable ?
Lonnie
Comments
Best regards,