Actions
Feature #2197
closedWebDav gateway
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/10/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Description
I'd like a WebDAV gateway package.
At a minimum, it'd need to support user authentication, and provide read-only access.
Ideally, it could include any of the following:
- HTTPS support
- authenticate against LDAP/Active Directory
- multiple destinations (servers, shares/paths)
- multiple destination protocols (cifs, ftp)
- option to relay user authentication to destinations
- read/write access using relayed permissions
The simplest approach would be a local root directory with mounts to external sources. This would allow multiple destinations and protocols (cifs, nfs, etc), but would not relay authentication. Looking online, one recommendation is mod_dav. External authentication occurs with apache (configurable for ldap).
Actions