added LDAP config to set filter for finding user attributes (#877)

This commit is contained in:
Kevin Papst
2019-06-23 12:38:11 +02:00
committed by GitHub
parent 9fbbaf9b88
commit 7b95750dcf
5 changed files with 5 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ class AppExtensionTest extends TestCase
'baseDn' => null,
'filter' => '',
'usernameAttribute' => 'uid',
'attributesFilter' => '(objectClass=*)',
'attributes' => [],
],
'role' => [