Commit 6f48275
committed
libzmqutil: change auth log format used by broker
Problem: the broker logs a terse message displaying the certificate
name without adornment when a peer attempts to authenticate, but the
certificate name defaults to the name of the host that generated it,
which could easily be confused with the peer hostname.
Print cert-name=NAME instead of just the bare name to hopefully make
things a bit clearer.
Fixes #43411 parent 0653904 commit 6f48275
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
| |||
0 commit comments