[Bug 68376] Feature: case-insensitive username match

2024-02-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68376 --- Comment #4 from Ed Avis --- Hi, that patch works, thanks. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 68376] Feature: case-insensitive username match

2023-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68376 --- Comment #3 from Christophe JAILLET --- Created attachment 39487 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39487=edit Add Require userNC The attached path is compile-tested only. userNC is for "user Non Case sensitive" Can

[Bug 68376] Feature: case-insensitive username match

2023-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68376 --- Comment #2 from Ed Avis --- Thanks, the regexp test does work. I believe a case-insensitive user match directive would still be a cleaner alternative. After all, the current 'require user' could also be replaced by a regexp match, but

[Bug 68376] Feature: case-insensitive username match

2023-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68376 --- Comment #1 from Yann Ylavic --- It looks like: Require expr "%{REMOTE_USER} =~ /^joe$/i" would work already? -- You are receiving this mail because: You are the assignee for the bug.