mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 18:11:34 +01:00
more ldap fixes
This commit is contained in:
@@ -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
|
||||
```
|
||||
@@ -16,10 +16,10 @@ uniqueId: 2
|
||||
|
||||
dn: cn=Joey Mousepad,ou=people,dc=planetexpress,dc=com
|
||||
changetype: modify
|
||||
modify: objectClass
|
||||
add: objectClass
|
||||
objectClass: customPerson
|
||||
-
|
||||
delete: uniqueId
|
||||
add: uniqueId
|
||||
uniqueId: 3
|
||||
|
||||
dn: cn=Donbot Smith,ou=people,dc=planetexpress,dc=com
|
||||
|
||||
@@ -12,7 +12,6 @@ mail: jMousepad@aol.com
|
||||
title: Robot Mafia Henchperson
|
||||
uid: jmousepad
|
||||
jpegPhoto: < file:///ldap/photos/JoeyMousepad.jpg
|
||||
uniqueId: 1
|
||||
|
||||
dn: cn=Donbot Smith,ou=people,dc=planetexpress,dc=com
|
||||
changetype: add
|
||||
@@ -28,7 +27,6 @@ mail: dsmith@mafia.com
|
||||
title: Robot Mafia Godfather
|
||||
uid: dsmith
|
||||
jpegPhoto: < file:///ldap/photos/Donbot.jpg
|
||||
uniqueId: 2
|
||||
|
||||
dn: cn=robot_mafia,ou=people,dc=planetexpress,dc=com
|
||||
changetype: add
|
||||
|
||||
Reference in New Issue
Block a user