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:
parent
abc47b2337
commit
a013b53f7d
1 changed files with 3 additions and 3 deletions
|
@ -321,14 +321,14 @@
|
||||||
"LdapSettings": {
|
"LdapSettings": {
|
||||||
"Enable": false,
|
"Enable": false,
|
||||||
"EnableSync": false,
|
"EnableSync": false,
|
||||||
"LdapServer": "ldap://127.0.0.1",
|
"LdapServer": "",
|
||||||
"LdapPort": 389,
|
"LdapPort": 389,
|
||||||
"ConnectionSecurity": "",
|
"ConnectionSecurity": "",
|
||||||
"BaseDN": "ou=users,dc=yunohost,dc=org",
|
"BaseDN": "",
|
||||||
"BindUsername": "cn",
|
"BindUsername": "cn",
|
||||||
"BindPassword": "",
|
"BindPassword": "",
|
||||||
"UserFilter": "",
|
"UserFilter": "",
|
||||||
"GroupFilter": "(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=mattermost.main,ou=permission,dc=yunohost,dc=org))",
|
"GroupFilter": "",
|
||||||
"GuestFilter": "",
|
"GuestFilter": "",
|
||||||
"EnableAdminFilter": false,
|
"EnableAdminFilter": false,
|
||||||
"AdminFilter": "",
|
"AdminFilter": "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue