It can be pulled either using `docker pull registry.gitlab.com/wolutator/mariadb-with-ldap-pam` or from Docker Hub using `docker pull wollud1969/mariadb-with-ldap-pam`.
The `libpam_ldap` package is installed and configured. Final values for the LDAP configuration are loaded at start time of the container from environment variables given on the command line.
These variables are
*`LDAPURI`: LDAP URI, like `ldap://dc.yourdomain.com:389`
*`LDAPBASE`: Search base, like `DC=YOURDOMAIN, DC=com`
*`LDAPBINDDN`: DN of a user to read on the ActiveDirectory server
*`LDAPBINDPW`: Password of that user
Start the container after creating the required volumes (see documentation of the original mariadb image) with something like this: