Skip to content
Snippets Groups Projects
Unverified Commit 96c54f03 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

ldap: fix whitespace

parent 9f35fdab
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ abstract class sspmod_ldap_Auth_Process_BaseFilter extends SimpleSAML_Auth_Proce ...@@ -265,7 +265,7 @@ abstract class sspmod_ldap_Auth_Process_BaseFilter extends SimpleSAML_Auth_Proce
$port = $this->config->getInteger('ldap.port', 389); $port = $this->config->getInteger('ldap.port', 389);
$enable_tls = $this->config->getBoolean('ldap.enable_tls', false); $enable_tls = $this->config->getBoolean('ldap.enable_tls', false);
$debug = $this->config->getBoolean('ldap.debug', false); $debug = $this->config->getBoolean('ldap.debug', false);
$referrals = $this->config->getBoolean('ldap.referrals', true); $referrals = $this->config->getBoolean('ldap.referrals', true);
$timeout = $this->config->getInteger('ldap.timeout', 0); $timeout = $this->config->getInteger('ldap.timeout', 0);
$username = $this->config->getString('ldap.username', null); $username = $this->config->getString('ldap.username', null);
$password = $this->config->getString('ldap.password', null); $password = $this->config->getString('ldap.password', null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment