Commit 8ba3f95
committed
demonstrates Net::LDAP#open does not expose bind results
we identified that clients cannot safely rely on
Net::LDAP#get_operation_result when using Net::LDAP#open
because @Result is not set.
As a consequence,clients calling
Net::LDAP#get_operation_result would get the previous
last cached result @Result.1 parent 693b210 commit 8ba3f95
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
7 | 15 | | |
8 | 16 | | |
9 | 17 | | |
| |||
0 commit comments