Add the following ENV variables to the Mealie Docker Compose config.
- LDAP_AUTH_ENABLED=true
- LDAP_SERVER_URL=ldap://dc1.exmaple.local:389
- LDAP_TLS_INSECURE=true
- LDAP_BASE_DN=CN=Users,DC=example,DC=local
- LDAP_QUERY_BIND=CN=service.ldap,CN=Users,DC=example,DC=local
- LDAP_QUERY_PASSWORD=**********************
- LDAP_USER_FILTER=(memberOf=CN=Mealie,OU=Groups,DC=example,DC=local)
- LDAP_ADMIN_FILTER=(memberOf=CN=Mealie_Admin,OU=Groups,DC=example,DC=local)
- LDAP_ID_ATTRIBUTE=sAMAccountName