Is there any opportunity to get basic_ncsa_auth working with bcrypt? Is there 
maybe another authenticator availabe?

htpasswd -icB passwd test < <(echo test)
htpasswd -i passwd test2 < <(echo test2) 

/usr/lib/squid/basic_ncsa_auth passwd    
> test test
> ERR Wrong password
> test2 test2
> OK 

> Squid Cache: Version 3.5.27

Since htpasswd supports a more secure option I would expect, squid would do so 
too.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to