group: introduce type auth_type, extend for PAM module

This commit is contained in:
Peter Bieringer
2026-07-19 14:35:18 +02:00
parent 912ea717a8
commit d9a0284996
7 changed files with 22 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ from radicale import config, utils
from radicale.log import logger
INTERNAL_TYPES: Sequence[str] = ("none",
"auth_type",
"htgroup",
)