Rafael Römhild
Rafael Römhild
I can not reproduce your error. Try again with the latest pull request. Maybe this fixes your error too.
You can not bind with the users email. However you can make a search from the login form with the email and then bind with the users DN.
Hi sorry no idea. It could be a problem with R on linux?
Thanks for this info. I think I should change the container registry to i.e. GitHub. It seems that with docker hub in the free plan it is no longer possible...
The certificate should be created with `rootfs/etc/cont-init.d/010-tls-certificates` on every new container. Output from docker run: ``` [cont-init.d] 010-tls-certificates: executing... + [[ -f /etc/ldap/ssl/ldap.key ]] Make self-signed certificate for planetexpress.com... +...
Hi, you may want to test tag [2.2](https://github.com/rroemhild/docker-test-openldap/tree/2.2). Sorry I don't have the time to deal with the problem at the moment.
Here a simple MicroPython LED example with Microhomie: https://github.com/microhomie/microhomie/blob/master/examples/led/main.py We have more examples in the example directory.
That would be awesome! Can you open a pull request? Do you think it is possible to implement your changes on some scripts, so that we can enable the k8s...
FYI. Google Summer of Code with [ejabberd projects](https://blog.process-one.net/google-summer-of-code-hosts-ejabberd-projects/), one of them is support for “let’s encrypt” ACME protocol.
This is how mnesia setup database. You can set `ERLANG_NODE` env to i.e. `ejabberd@localhost` and the mnesia database will be the same on each reboot / re-creation.