We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a77589 commit dfc2867Copy full SHA for dfc2867
security/ldap.rst
@@ -167,6 +167,13 @@ use the ``ldap`` user provider.
167
),
168
);
169
170
+.. caution::
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.
176
177
The ``ldap`` user provider supports many different configuration options:
178
179
service
0 commit comments