mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 06:37:36 +03:00
Fix syntax
This commit is contained in:
parent
606bd30514
commit
5cb16a3a2d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Auth(auth.BaseAuth):
|
|||
"""Search the user dn"""
|
||||
conn.search(
|
||||
search_base = self._ldap_base,
|
||||
search_filter = self._ldap_filter.format(login)
|
||||
search_filter = self._ldap_filter.format(login),
|
||||
search_scope = 'SUBTREE',
|
||||
attributes = ['memberOf']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue