## ## On all sites, provide Radicale on a path: /radicale ## Allow all valid users. ## Redirect 301 /.well-known/carddav /radicale/.well-known/carddav Redirect 301 /.well-known/caldav /radicale/.well-known/caldav ProxyPass http://localhost:5232 AuthType basic AuthName "FreedomBox Login" AuthBasicProvider ldap AuthLDAPUrl "ldap:///ou=users,dc=thisbox?uid" AuthLDAPGroupAttribute memberUid AuthLDAPGroupAttributeIsDN off Require valid-user