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:

    authz_cfg=authz.Authz(
        auth=auth.HTPasswdAprAuth('.htpasswd')),
        useHttpHeader=True,
        ...
    )

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?

My goal is to show no output to an anonymous user.
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to