Étienne BERSAC
Étienne BERSAC
@Slimane2021 what is the output of `file -i /etc/temboard/temboard.conf` ?
You have a non ascii char in your password or something like that.
Hi, Did you modify the script ? Postgres connexion string contains non utf-8 char, what encoding are you using in DSN ? Regards, Étienne
Hi @vidierr , You must be root to bind a port below 1000. I strongly discourage you to run temBoard as root. Also, you should use 443 port since temBoard...
Thanks for sharing the workaround. A good solution would be for temBoard to integrate with systemd socket activation.
This requires development to reuse systemd file descriptor to setup Tornado HTTPS socket. This should add a new dependency to python-systemd.
Hi @dani. Thanks for reaching. This looks like a regression. ldap2pg v6 uses [DialURL](https://pkg.go.dev/github.com/go-ldap/ldap#Dial) to let user choose through LDAPURI. So ldap2pg v6 should support at least `ldaps`. Let's fix...
The development environment for ldap2pg is TLS + simple bind and it works out of the box : ``` console 10:36:40 DEBUG Found LDAP configuration file. path=/etc/ldap/ldap.conf 10:36:40 DEBUG Ignoring...
Hi @dani , the whoami operation is removed in `master`. You can test this with `go run github.com/dalibo/ldap2pg/cmd/ldap2pg@master` In your case, `ldaps` works fine. I'm not sure about why use...
Hi @kato-sho , thanks for the report and the patch. The subject looks tricky. Should we consider https://www.postgresql.org/docs/16/runtime-config-client.html#GUC-CREATEROLE-SELF-GRANT ?