This commit is contained in:
Karel Pičman 2024-05-17 07:30:20 +02:00
parent 8f7157ca19
commit 53e44ef32c

View File

@ -52,7 +52,7 @@
</p>
<p>
Redmine DMSF now comes bundled with WebDAV functionality: if switched on within plugin settings this will be
accessible from /dmsf/webdav. WebDAV functionality is provided through DAV4Rack gem.
accessible from /dmsf/webdav.
</p>
<p>
Initial development was for Kontron AG R&D department and it is released as open source thanks to their
@ -756,6 +756,16 @@
</p>
https://<i>[your domain]</i>/dmsf/webdav
</div>
<h3>Authentication</h3>
<h4>Basic</h4>
<p>
It's the default authentication method. Users are authenticated by their login and password that are sent from a client to the server as a text. From that reason it is not considerd as secure.
</p>
<h4>Digest</h4>
<p>
If you switch the authentication method to Digest in the plugin's settings, users will be authenticated using a
digest that they must generate in their user's profile (My account). To log in from a client, they again use their login and password.
</p>
</div>
<div id="chapter8">