diff --git a/config-templates/authsources.php b/config-templates/authsources.php
index ac1d1c5545fa14b685d2c6f58b078eaf44e95aeb..1a71c6f05e28c0a721f61a194235bdc421d137db 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.