For feature requests, please see: Contributing Feature Proposals - Mattermost.
For troubleshooting questions, please post in the following format:
Summary
Scanned 1 LDAP users and 0 groups.
Steps to reproduce
Enterprise Edition
Mattermost Professional
Expected behavior
I purchased Mattermost Professional, which only includes LDAP users. However, whenever I attempt to sync. I am only receiving one LDAP user.
Here’s what I have for my LDAP settings.
“LdapSettings”: {
“Enable”: true,
“EnableSync”: true,
“LdapServer”: “example.local”,
“LdapPort”: 389,
“ConnectionSecurity”: “”,
“BaseDN”: “OU=example,DC=example,DC=local”,
“BindUsername”: “CN=Mattermost LDAP Bind,OU=Unmanaged Service Accounts,OU=example,DC=example,DC=local”,
“BindPassword”: “”,
“UserFilter”: “(\u0026(objectCategory=Person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))”,
“GroupFilter”: “”,
“GuestFilter”: “”,
“EnableAdminFilter”: false,
“AdminFilter”: “”,
“GroupDisplayNameAttribute”: “”,
“GroupIdAttribute”: “”,
“FirstNameAttribute”: “"givenName"”,
“LastNameAttribute”: “"sn"”,
“EmailAttribute”: “"mail"”,
“UsernameAttribute”: “"sAMAccountName"”,
“NicknameAttribute”: “”,
“IdAttribute”: “"sAMAccountName"”,
“PositionAttribute”: “”,
“LoginIdAttribute”: “"sAMAccountName"”,
“PictureAttribute”: “”,
“SyncIntervalMinutes”: 60,
“SkipCertificateVerification”: false,
“PublicCertificateFile”: “ldap-public.crt”,
“PrivateKeyFile”: “ldap-private.key”,
“QueryTimeout”: 60,
“MaxPageSize”: 0,
“LoginFieldName”: “”,
“LoginButtonColor”: “#0000”,
“LoginButtonBorderColor”: “#2389D7”,
“LoginButtonTextColor”: “#2389D7”,
“Trace”: false
Observed behavior
Mattermost should show 5 users.
Any ideas what’s causing the problem?