1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 10:01:30 +01:00

more ldap fixes

This commit is contained in:
coltoneshaw
2024-03-29 10:49:31 -04:00
parent adde7255cb
commit f313106087
3 changed files with 3 additions and 5 deletions

View File

@@ -214,5 +214,5 @@ docker exec -it cs-repro-openldap ldapmodify \
To use `mmctl` it's already setup for local, just run the below docker command.
```bash
docker exec -it cs-repro-mattermost mmctl config get SqlSettings.DataSource
docker exec -it cs-repro-mattermost mmctl user list --localhost
```