forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit257ef3c
committed
Fix handling of HBA ldapserver with multiple hostnames.
Commit35c0754 failed to handle space-separated lists of alternativehostnames in ldapserver, when building a URI for ldap_initialize()(OpenLDAP). Such lists need to be expanded to space-separated URIs.Repair. Back-patch to 11, to fix bug report #15495.Author: Thomas MunroReported-by: Renaud NavarroDiscussion:https://postgr.es/m/15495-2c39fc196c95cd72%40postgresql.org1 parent6a3dcd2 commit257ef3c
2 files changed
+54
-6
lines changedLines changed: 37 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2352 | 2352 |
| |
2353 | 2353 |
| |
2354 | 2354 |
| |
2355 |
| - | |
| 2355 | + | |
| 2356 | + | |
2356 | 2357 |
| |
2357 |
| - | |
2358 |
| - | |
2359 |
| - | |
2360 |
| - | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
2361 | 2393 |
| |
2362 | 2394 |
| |
2363 | 2395 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
182 | 198 |
| |
183 | 199 |
| |
184 | 200 |
| |
|
0 commit comments
Comments
(0)