1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update config.json

This commit is contained in:
ericgaspar 2021-01-12 09:52:06 +01:00
parent abc47b2337
commit a013b53f7d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -321,14 +321,14 @@
"LdapSettings": {
"Enable": false,
"EnableSync": false,
"LdapServer": "ldap://127.0.0.1",
"LdapServer": "",
"LdapPort": 389,
"ConnectionSecurity": "",
"BaseDN": "ou=users,dc=yunohost,dc=org",
"BaseDN": "",
"BindUsername": "cn",
"BindPassword": "",
"UserFilter": "",
"GroupFilter": "(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=mattermost.main,ou=permission,dc=yunohost,dc=org))",
"GroupFilter": "",
"GuestFilter": "",
"EnableAdminFilter": false,
"AdminFilter": "",