DomainController must return password?

28 views
Skip to first unread message

A.M.

unread,
May 26, 2011, 7:10:31 PM5/26/11
to Discuss WsgiDAV
Hello,

We are migrating from pywebdav. While writing a WSGIDomainController
subclass which is supposed to authenticate against a PostgreSQL
server, I discovered the getRealmUserPassword "used for digest
authentication" method which wants me to return the password for the
user. Since the password is stored remotely and hashed and thus
inaccessible, so how can I implement digest authentication?

Cheers,
M

mar10

unread,
May 27, 2011, 2:15:40 AM5/27/11
to wsg...@googlegroups.com
Hi,

I think you need a clear text password in order to implement digest authentication.
Basic authentication + SSL is an alternative.

I am not an expert however, so if you find another solution, please let me know :-)
Martin
Reply all
Reply to author
Forward
0 new messages