Commit 28ea1d73 authored by Franco Fichtner's avatar Franco Fichtner

ldap: the config setting for ldap_scope is 'subtree'

This doesn't really matter in the current code as it is the
default and only 'one' makes the implementation change its
scope, but for the sake of consistency let this be fixed.
parent 0f881bc4
......@@ -88,7 +88,7 @@ class LDAP implements IAuthConnector
/**
* @var ldap scope
*/
private $ldapScope = "tree";
private $ldapScope = 'subtree';
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment