<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Matthias,<div><br><div><div>Am 12.09.2013 um 10:24 schrieb Matthias:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear Group,<br><br>I am not a webdav expert but I read on a microsoft website, that microsoft disabled Basic Authentication for windows due to security reasons of the Basic Authentication standard. I also read "The most serious flaw in Basic authentication is that it results in the essentially cleartext transmission of the user's password over the physical network." on this website:<br><a href="http://www.webdav.org/specs/rfc2617.html#rfc.section.4.1">http://www.webdav.org/specs/rfc2617.html#rfc.section.4.1</a><br><br>If I get this right, it is not a good idea that owncloud only uses this type of Authentication standard?<br></div></blockquote></div><div><br></div><div>If you are running ownCloud, you will most certainly want to run it SSL encrypted, at least outside your private LAN. Everything is encrypted, including passwords, so you are good.</div><div><br></div><div>Let's look at the alternatives:</div><div><br></div><div>- digest: requires to either save the password in clear text, or store it hashed in the exact format that digest expects. This does not work with a lot of auth backends that store the password hashed, but in their own format (like, hopefully, any).</div><div>- NTLM: suffers from compatibility problems</div><div>- Certificate based auth: too complicated for default usage, no (trivial) login from 3rd party computers</div><div>- Negotiate: Windows only in practise, often negotiates NTLM (see above), GSSAPI proposal for negotiate seems to be an expired IETF draft</div><div><br></div><div>Also: ownCloud holds (potentially private) data which should be just as well protected as your password.</div><div><br></div><div>So use HTTPS (even a self-signed cert is fine), then basic auth is not an issue).</div><div><br></div><div>That is not to say we are not looking into certs, oauth, etc (and we already have premilary support for shibboleth, which usually only works for edus) but there is no silver bullet. Try to find who (apart from SIP, which uses a slightly modified version of Digest) actually uses Digest auth today. Noone really. And it's not because they're all lazy slackers, but because there is actually no good standard that works with hashed passwords on the server side and does not wire the password plain text and works everywhere and is easy to use. Should I be missing something, please speak up. Also, if you feel like you want to contribute in this sector, we're more than happy for any help we can get.</div><div><br></div><div>Cheers,</div><div> Daniel</div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div><a href="http://www.owncloud.com">www.owncloud.com</a> - Your Data, Your Cloud, Your Way!</div><div><br>ownCloud GmbH, GF: Markus Rex, Holger Dyroff<br>Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)</div></div></span></div></span></span>
</div>
<br></div></body></html>