Commit e356afe
committed
minor #14187 Add a caution about bind with empty string (jderusse)
This PR was merged into the 4.4 branch.
Discussion
----------
Add a caution about bind with empty string
Calling `ldap::bind` with a blank password could lead to unexpected behavior.
This PR adds a comment for this
Commits
-------
539d22d Add a caution about bind with empty string1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
0 commit comments