Skip to content
Snippets Groups Projects
Commit e9aa8d49 authored by godog's avatar godog
Browse files

do not quote %(user)s in dav filter

parent 48a24138
Branches
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ LDAP_SERVICE_MAP = {
# DAV access (webdav fcgi handler).
'dav': {
'base': 'ou=People, dc=investici, dc=org, o=Anarchy',
'filter': '(&(objectClass=ftpAccount)(status=active)(host=%(shard)s)(ftpname=%%(user)s))' % host,
'filter': '(&(objectClass=ftpAccount)(status=active)(host=%(shard)s)(ftpname=%(user)s)',
},
# Main account (pannello).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment