- Notifications
You must be signed in to change notification settings - Fork5
Commit5e0b5dc
committed
Provide more detail in postmaster log for password authentication failures.
We tell people to examine the postmaster log if they're unsure why they aregetting auth failures, but actually only a few relatively-uncommon failurecases were given their own log detail messages in commit64e43c5.Expand on that so that every failure case detected within md5_crypt_verifygets a specific log detail message. This should cover pretty much everyordinary password auth failure cause.So far I've not noticed user demand for a similar level of auth detailfor the other auth methods, but sooner or later somebody might want towork on them. This is not that patch, though.1 parenta967613 commit5e0b5dc
1 file changed
+15
-1
lines changedLines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 |
| |
| 57 | + | |
54 | 58 |
| |
55 | 59 |
| |
56 | 60 |
| |
| |||
71 | 75 |
| |
72 | 76 |
| |
73 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 |
| |
| 82 | + | |
75 | 83 |
| |
76 | 84 |
| |
77 | 85 |
| |
78 | 86 |
| |
79 | 87 |
| |
80 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
81 | 92 |
| |
82 | 93 |
| |
83 | 94 |
| |
| |||
154 | 165 |
| |
155 | 166 |
| |
156 | 167 |
| |
| 168 | + | |
| 169 | + | |
| 170 | + | |
157 | 171 |
| |
158 | 172 |
| |
159 | 173 |
| |
|
0 commit comments
Comments
(0)