mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
fix ipu with idp users; closes #1094
This commit is contained in:
parent
ba017f7b53
commit
594ec39481
|
|
@ -1812,7 +1812,7 @@ class AuthSrv(object):
|
|||
derive_args(self.args)
|
||||
self.setup_auth_ord()
|
||||
|
||||
if self.args.ipu:
|
||||
if self.args.ipu and not self.args.have_idp_hdrs:
|
||||
# syntax (CIDR=UNAME) is verified in load_ipu
|
||||
zsl = [x.split("=", 1)[1] for x in self.args.ipu]
|
||||
zsl = [x for x in zsl if x not in acct]
|
||||
|
|
|
|||
Loading…
Reference in a new issue