updated docs and such

This commit is contained in:
Andy Miller
2018-05-09 19:41:40 -06:00
parent 17073a3f71
commit b1b04b727e
4 changed files with 87 additions and 27 deletions

View File

@@ -81,6 +81,10 @@ class LoginLDAPPlugin extends Plugin
$start_tls = $this->config->get('plugins.login-ldap.start_tls');
$opt_referrals = $this->config->get('plugins.login-ldap.opt_referrals');
if (is_null($host)) {
throw new ConnectionException('FATAL: LDAP host entry missing in plugin configuration...');
}
// Set Encryption
if ((bool) $ssl) {
$encryption = 'ssl';