1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Now rights can be add to user groups too.

This commit is contained in:
Peter Varkoly 2022-02-21 17:15:21 +01:00
parent eda8309a04
commit 8d19fd7a64
4 changed files with 27 additions and 21 deletions

View file

@ -35,7 +35,6 @@ class Auth(auth.BaseAuth):
_ldap_secret: str
_ldap_filter: str
_ldap_load_groups: bool
_ldap_groups = set
def __init__(self, configuration: config.Configuration) -> None:
super().__init__(configuration)
@ -88,5 +87,3 @@ class Auth(auth.BaseAuth):
return login
except ldap.INVALID_CREDENTIALS:
return ""