Crivaledaz / Mattermost-LDAP

This module provides an external LDAP authentication in Mattermost for the Team Edition (free).
MIT License
359 stars 71 forks source link

bare metal requirements and undefined index #58

Closed akomakom closed 4 years ago

akomakom commented 4 years ago

Correcting required packages (need dom support):

PHP Fatal error:  Class 'DOMDocument' not found in /var/www/html/oauth/index.php on line 13

Correcting first-time undefined index warning:

PHP Notice:  Undefined index: disconnect in /var/www/html/oauth/authorize.php on line 17
Crivaledaz commented 4 years ago

Thank you for your contribution :)

I forgot to update the README in V2 when I apply the PR #37.