<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 06/03/2012 23:47, Maxim Dounin wrote:
    <blockquote cite="mid:20120306234725.GV67687@mdounin.ru" type="cite">
      <pre wrap="">Hello!

On Tue, Mar 06, 2012 at 10:58:49PM +0000, Ed W wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi, I have some interest in being able to use WebDAV in nginx with
enough conformance to be able to use it for file sharing (I think
this mainly means support for PROPFIND and OPTIONS ?)

Is it affordable to either "encourage" development of this feature,
or are their regular people who can pickup development jobs like
this?

I have had a brief look at what is required (mostly by comparing to
the various PHP/Perl workarounds) and it mostly looks
straightforward (especially if it's acceptable to cheat and assume
that allprop is in effect and all properties are always returned)

Is there a recommended way to progess?  Just for reference, I'm not
a huge business with big pockets, so please keep suggestions
moderate?
</pre>
      </blockquote>
      <pre wrap="">
You may try Roman Arutyunyan's module:
<a class="moz-txt-link-freetext" href="https://github.com/arut/nginx-dav-ext-module">https://github.com/arut/nginx-dav-ext-module</a>

Maxim Dounin


</pre>
    </blockquote>
    <br>
    Oh cool.  Thanks<br>
    <br>
    Forgive me one more question:<br>
    <br>
    The documentation gives examples of webdav permissions such as:<br>
        dav_access user:rw group:rw all:r;<br>
    <br>
    What do these groups actually refer to? Is this a straight mapping
    to unix groups/users?  <br>
    <br>
    Ideally my users have login tokens which are their email addresses. 
    Any suggestions on how to set auth access to users and groups of
    users given they don't have local unix accounts? <br>
    <br>
    Thanks<br>
    <br>
    Ed W<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>