Add a warning comment on ldap empty password

This commit is contained in:
Jérémy Derussé 2020-09-02 10:51:13 +02:00
parent 27c131ca7a
commit 63a8570a42
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2

View File

@ -50,6 +50,8 @@ class Connection extends AbstractConnection
/**
* {@inheritdoc}
*
* @param string $password WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid.
*/
public function bind($dn = null, $password = null)
{