* rename hdr-au-usr to idp-h-usr

* ensure lowercase idp-h-*, xff-hdr
* more macos support in tooling
This commit is contained in:
ed
2023-12-24 13:46:12 +01:00
parent a18f63895f
commit 59688bc8d7
6 changed files with 30 additions and 9 deletions

View File

@@ -452,9 +452,9 @@ class HttpCli(object):
except:
pass
if self.args.hdr_au_usr:
if self.args.idp_h_usr:
self.pw = ""
self.uname = self.headers.get(self.args.hdr_au_usr) or "*"
self.uname = self.headers.get(self.args.idp_h_usr) or "*"
if self.uname not in self.asrv.vfs.aread:
self.log("unknown username: [%s]" % (self.uname), 1)
self.uname = "*"