Postinstall fails with Docker

Hi,

Indeed, the slapd service was not running. It seems to be a problem of memory consumption with slapd in a docker container : https://github.com/docker/docker/issues/8231

As mentionned on the GitHub issue page, I’ll try to work around this problem with ulimit -n 1024.