sharing/group: rename auth_type -> from_auth

This commit is contained in:
Peter Bieringer
2026-07-31 17:44:21 +02:00
parent 36c459fec8
commit 5abb0046e3
5 changed files with 9 additions and 9 deletions

View File

@@ -601,7 +601,7 @@ class Application(ApplicationPartDelete, ApplicationPartHead,
group_type = self.configuration.get("group", "type")
if group_type in ["htgroup"]:
self._rights._user_groups = self._group.groups(login) if login else set([])
elif group_type in ["auth_type"]:
elif group_type in ["from_auth"]:
auth_type = self.configuration.get("auth", "type")
if auth_type in ["ldap", "pam"]:
try: