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:
ed 2024-03-12 21:21:53 +00:00
parent f193f398c1
commit e8b7f65f82
5 changed files with 21 additions and 8 deletions

View file

@ -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(