From 6bcc72482ff32c73315817d5f16047e196d906e5 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 8 Dec 2018 12:39:48 +0100 Subject: [PATCH] No additional filters by default Break with MS AD --- config-templates/authsources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/authsources.php b/config-templates/authsources.php index ac1d1c554..1a71c6f05 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -246,7 +246,7 @@ $config = [ 'search.attributes' => ['uid', 'mail'], // Additional LDAP filters appended to the search attributes - 'search.filter' => '(objectclass=inetorgperson)', + //'search.filter' => '(objectclass=inetorgperson)', // The username & password the SimpleSAMLphp should bind to before searching. If // this is left as NULL, no bind will be performed before searching. -- GitLab