Open GoogleCodeExporter opened 8 years ago
Separate password for webdav is needed because the server does not know the
real password due to the third-party authentication that is used (Shiboleth)
Original comment by chstath
on 24 Feb 2012 at 11:47
As long as you use shibboleth authentication no, since gss has no access to the
password. In the first versions we have been using the gss auth token as the
webdav password, not a good solution since the token expires periodically. Thus
the current version uses a separate password that never expires (until the user
resets it via the web client).
Original comment by f.stamat...@ebs.gr
on 24 Feb 2012 at 11:51
Is there any way to md5 hash passwords into the database and use user password?
Will this work?
Original comment by ngara...@gmail.com
on 24 Feb 2012 at 12:26
Yes. If you have a password field (that you update in any way) then you can
have webdav authenticate against it.
Original comment by f.stamat...@ebs.gr
on 24 Feb 2012 at 1:19
Original issue reported on code.google.com by
ngara...@gmail.com
on 24 Feb 2012 at 11:37