forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0b71743
committed
Track behavior of \1 in pg_ident.conf when quoted
Entries of pg-user in pg_ident.conf that are quoted and include '\1'allow a replacement from a subexpression in a system user regexp. Thiscommit adds a test to track this behavior and a note in thedocumentation, as it could be affected by the use of an AuthToken forthe pg-user in the IdentLines parsed.This subject has come up in the discussion aimed at extending thesupport of pg-user in ident entries for more patterns.Author: Jelte FennemaDiscussion:https://postgr.es/m/CAGECzQRNow4MwkBjgPxywXdJU_K3a9+Pm78JB7De3yQwwkTDew@mail.gmail.com1 parentda5800d commit0b71743
File tree
2 files changed
+16
-0
lines changed- doc/src/sgml
- src/test/authentication/t
2 files changed
+16
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
960 | 960 |
| |
961 | 961 |
| |
962 | 962 |
| |
| 963 | + | |
| 964 | + | |
| 965 | + | |
963 | 966 |
| |
964 | 967 |
| |
965 | 968 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
156 | 169 |
| |
157 | 170 |
| |
158 | 171 |
| |
|
0 commit comments
Comments
(0)