Commit Graph

17 Commits

Author SHA1 Message Date
Angus B. Grieve-Smith 7ad94b975e Merge original 2020-05-07 17:40:46 -04:00
Denis CLAVIER 09c68d7d12 Adapt v2 with merged PR 2020-05-01 22:22:55 +02:00
Denis CLAVIER 58dbdb957d Update Mattermost-LDAP to V2.0 2020-05-01 21:18:52 +02:00
Denis CLAVIER 0c5e9ae2e5 Merge branch 'master' of https://github.com/dimst23/Mattermost-LDAP into dimst23-master 2020-05-01 20:48:50 +02:00
Denis CLAVIER 9b9ef0f9e8 Update Mattermost-LDAP to V2.0 2020-04-30 15:43:07 +02:00
SKS Parnic a3a514d281 Fixed failing oauth if username case changed
If the user had previously logged into mattermost as "user" and then tried to connect another device as "User", a new set of entries would be created in the database which caused user IDs to not match up which caused Mattermost to throw an error about the account already being registered under a different service. This change ensures usernames are always processed in lowercase so that this can't happen.

Note that manual fixups of any existing entries in the mattermost-ldap database may need to be performed to fully fix everything. This just prevents the issue from occurring again in a very simple way. A more thorough fix would be to make the db queries check in a case-insensitive matter, though multiple entries in the users database would still exist.
2020-03-12 12:28:45 -05:00
Dimitrios Stoupis 73b9880eb4
Format the error message 2019-11-30 17:05:16 +00:00
Dimitrios Stoupis c16b10236e
Modified the HTML code to show a more friendly environment 2019-11-30 16:55:32 +00:00
Crivaledaz 0c1eaf3a31 Refresh project and Readme
Adapt vars name for consistency
Add a light CSS design
2019-05-02 15:32:41 +02:00
patrickober a825e2c29d fix for issue #24 2019-02-20 22:14:51 +01:00
Denis CLAVIER 8117385918 Correct few mistake in Readme and exception handler in connexion.php 2018-05-19 23:28:01 +02:00
Denis CLAVIER 5afe073619 Patch for Mattermost 4.4 -> 4.9 + some bug fix 2018-05-19 18:04:13 +02:00
Pierre Rudloff 6039291522
Missing charset 2017-11-14 17:13:48 +01:00
Crivaledaz a375cdd9eb LDAP support improvment (issue #6) + some bugs corrected 2017-08-26 15:54:24 +02:00
Crivaledaz b57fa59ea9 Add service account support to get LDAP information (resource.php) and correct some minor bugs 2017-08-21 23:10:20 +02:00
Crivaledaz d0aaf4723e Better organization for configuration - add config file 2017-08-17 00:05:49 +02:00
Crivaledaz e7058c90d7 Initial Commit - First version 2017-08-07 21:01:11 +02:00