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.
2 parents d8c236a + e356afe commit 6384d0cCopy full SHA for 6384d0c
components/ldap.rst
@@ -74,6 +74,10 @@ distinguished name (DN) and the password of a user::
74
75
$ldap->bind($dn, $password);
76
77
+.. caution::
78
+
79
+ When the LDAP server allows unauthenticated binds, a blank password will always be valid.
80
81
Once bound (or if you enabled anonymous authentication on your
82
LDAP server), you may query the LDAP server using the
83
:method:`Symfony\\Component\\Ldap\\Ldap::query` method::
0 commit comments