From a013b53f7de695f8d55174d04c6a6ca25037486e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 12 Jan 2021 09:52:06 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index bf5e9a2..9adf518 100644 --- a/conf/config.json +++ b/conf/config.json @@ -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": "",