added LDAP config to set filter for finding user attributes (#877)
This commit is contained in:
@@ -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([])
|
||||
|
||||
Reference in New Issue
Block a user