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

@@ -570,6 +570,7 @@ class Configuration implements ConfigurationInterface
->thenInvalid('The ldap.user.filter must be enclosed by a matching number of parentheses "()" and must NOT contain a "%%s" replacer')
->end()
->end()
->scalarNode('attributesFilter')->defaultValue('(objectClass=*)')->end()
->scalarNode('usernameAttribute')->defaultValue('uid')->end()
->arrayNode('attributes')
->defaultValue([])