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:
@@ -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.
|
To use `mmctl` it's already setup for local, just run the below docker command.
|
||||||
|
|
||||||
```bash
|
```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
|
dn: cn=Joey Mousepad,ou=people,dc=planetexpress,dc=com
|
||||||
changetype: modify
|
changetype: modify
|
||||||
modify: objectClass
|
add: objectClass
|
||||||
objectClass: customPerson
|
objectClass: customPerson
|
||||||
-
|
-
|
||||||
delete: uniqueId
|
add: uniqueId
|
||||||
uniqueId: 3
|
uniqueId: 3
|
||||||
|
|
||||||
dn: cn=Donbot Smith,ou=people,dc=planetexpress,dc=com
|
dn: cn=Donbot Smith,ou=people,dc=planetexpress,dc=com
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ mail: jMousepad@aol.com
|
|||||||
title: Robot Mafia Henchperson
|
title: Robot Mafia Henchperson
|
||||||
uid: jmousepad
|
uid: jmousepad
|
||||||
jpegPhoto: < file:///ldap/photos/JoeyMousepad.jpg
|
jpegPhoto: < file:///ldap/photos/JoeyMousepad.jpg
|
||||||
uniqueId: 1
|
|
||||||
|
|
||||||
dn: cn=Donbot Smith,ou=people,dc=planetexpress,dc=com
|
dn: cn=Donbot Smith,ou=people,dc=planetexpress,dc=com
|
||||||
changetype: add
|
changetype: add
|
||||||
@@ -28,7 +27,6 @@ mail: dsmith@mafia.com
|
|||||||
title: Robot Mafia Godfather
|
title: Robot Mafia Godfather
|
||||||
uid: dsmith
|
uid: dsmith
|
||||||
jpegPhoto: < file:///ldap/photos/Donbot.jpg
|
jpegPhoto: < file:///ldap/photos/Donbot.jpg
|
||||||
uniqueId: 2
|
|
||||||
|
|
||||||
dn: cn=robot_mafia,ou=people,dc=planetexpress,dc=com
|
dn: cn=robot_mafia,ou=people,dc=planetexpress,dc=com
|
||||||
changetype: add
|
changetype: add
|
||||||
|
|||||||
Reference in New Issue
Block a user