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

@@ -43,6 +43,7 @@ class LdapManagerTest extends TestCase
'attributes' => [],
'filter' => '(&(objectClass=inetOrgPerson))',
'usernameAttribute' => 'uid',
'attributesFilter' => '(objectClass=*)',
'baseDn' => 'ou=users, dc=kimai, dc=org',
],
'role' => $roleConfig,