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:
parent
eda8309a04
commit
8d19fd7a64
4 changed files with 27 additions and 21 deletions
|
@ -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 ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue