mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 10:49:30 +02:00
IdP: parallel user init + rename idp-h-sep
to idp-gsep
`--idp-h-sep` is still supported and will map to its new name
This commit is contained in:
parent
f193f398c1
commit
e8b7f65f82
5 changed files with 21 additions and 8 deletions
|
@ -824,7 +824,7 @@ class AuthSrv(object):
|
|||
if self.idp_usr_gh.get(uname) == gname:
|
||||
return False
|
||||
|
||||
gnames = [x.strip() for x in self.args.idp_h_sep.split(gname)]
|
||||
gnames = [x.strip() for x in self.args.idp_gsep.split(gname)]
|
||||
gnames.sort()
|
||||
|
||||
with self.mutex:
|
||||
|
@ -842,7 +842,7 @@ class AuthSrv(object):
|
|||
self._reload()
|
||||
return True
|
||||
|
||||
broker.ask("_reload", False).get()
|
||||
broker.ask("_reload_blocking", False).get()
|
||||
return True
|
||||
|
||||
def _map_volume_idp(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue