mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Now rights can be add to user groups too.
This commit is contained in:
parent
eda8309a04
commit
8d19fd7a64
4 changed files with 27 additions and 21 deletions
|
@ -44,6 +44,8 @@ def load(configuration: "config.Configuration") -> "BaseAuth":
|
|||
|
||||
class BaseAuth:
|
||||
|
||||
_ldap_groups: set
|
||||
|
||||
def __init__(self, configuration: "config.Configuration") -> None:
|
||||
"""Initialize BaseAuth.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue