Skip to content

Commit 875d85b

Browse files
Merge remote-tracking branch 'origin/4.4' into 5.1
* origin/4.4: Fix CS Add a warning comment on ldap empty password Bump Symfony version to 4.4.14 Update VERSION for 4.4.13 Update CHANGELOG for 4.4.13 [PhpunitBridge] Fix deprecation type detection
2 parents 82fbce1 + 2cbf3c0 commit 875d85b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Adapter/ExtLdap/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public function isBound()
5050

5151
/**
5252
* {@inheritdoc}
53+
*
54+
* @param string $password WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid
5355
*/
5456
public function bind(string $dn = null, string $password = null)
5557
{

0 commit comments

Comments
 (0)