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": {
|
||||
"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": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue