A.M.
unread,May 26, 2011, 7:10:31 PM5/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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