Bohdan Padalko
Bohdan Padalko
I've added some support for bitbucket build status in https://github.com/Block8/PHPCI/pull/1218, hope, you will find it helpful.
Hi @neumantm, thanks for finding time to raise this concern. Indeed, the docs supposed to be better. Do you think the regular `--help` output (in advance to the configuration example...
Hi, thanks for reporting, it certainly looks like a bug and the client shall get 401. P.S.: While I'll try to work on this, there is no specific timeline to...
Hi @jbperrin88, what is ldap connection string you are using? is it `ldap://` protocol or `ldaps://`?
@jbperrin88 thanks, I'll give it a look, a tls connection shall not be initiated when ldap scheme shall not be triggering TLS start: https://github.com/pinepain/ldap-auth-proxy/blob/master/ldap.go#L50 https://github.com/pinepain/ldap-auth-proxy/blob/master/ldap.go#L56-L59
@jbperrin88 thanks, I'll give it a look, the tls shall not be initiated when ldap scheme is not `ldaps`.
Yeah, looks relevant to me. Anyway, I had in mind to migrate to raw LDAP library (v2 or v3), so it may be a good thing to do.
Giving that you have export `GROUP_HEADER='X-Ldap-Group'`, set `X-Ldap-Group` header value to allowed groups. It could be single group or multiple, comma-separated groups. If multiple groups used, user should be at...
I think [Weak References RFC](https://wiki.php.net/rfc/weakrefs) is far superior way to solve this type of problem and more secure. As I don't have plan to maintain php-ref, I think those who...
@barryvdh that commit fixes problem. Can you tag it (both 0.6.x and 0.9.x) please?