Open
Description
I am running a SASL proxy service to active directory from the Docker OpenLDAP. It's all working great, however, I would like to start my saslauth when my container starts... Is that possible? Basically, my SASL doesn't work until I docker exec into the running container and run
/etc/init.d/saslauthd start
then everything works. so I'd like to figure out how to make that happen auto magically!
Thanks!