<div dir="ltr"><div><div>In 0.8.*, I was using http authentication in Apache to collect the username/password and pass that through to Buildbot. I was doing that with:<br><br>    authz_cfg=authz.Authz(<br>        auth=auth.HTPasswdAprAuth('.htpasswd')),<br>        useHttpHeader=True,<br>        ...<br>    )<br><br></div>However, in 0.9.*, there doesn't appear to be a HTPasswdAprAuth class or a useHttpHeader option. Is there still a way to setup this type of authentication?<br><br></div>My goal is to show no output to an anonymous user.<br><br></div>