File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ use the ``ldap`` user provider.
169
169
170
170
.. caution ::
171
171
172
- The Security component escapes values provided when binding against an LDAP
173
- server (likewise for the user provider) . However, the LDAP component does
174
- not provide any other escaping, so it's your responsibility to prevent
175
- the LDAP injection attacks .
172
+ The Security component escapes provided input data when the LDAP user
173
+ provider is used . However, the LDAP component itself does not provide
174
+ any escaping yet. Thus, it's your responsibility to prevent LDAP injection
175
+ attacks when using the component directly .
176
176
177
177
The ``ldap `` user provider supports many different configuration options:
178
178
You can’t perform that action at this time.
0 commit comments