[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 64592] MD5 auth info added via kpasswdserver/addAuthInfo may
From:       Laurence Anderson <l.d.anderson () warwick ! ac ! uk>
Date:       2003-11-05 23:03:31
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=64592     




------- Additional Comments From l.d.anderson@warwick.ac.uk  2003-11-06 00:03 -------
Basically for every server we get bounced round, they are gonna want to know our \
username & password, and I don't want 3 authentication dialogs popping up.

kdepim/libkdepimexchange/core/exchangeaccount.cpp does a similar thing:
  KIO::AuthInfo info;
  info.url = baseURL();
  info.username = mAccount;
  info.password = mPassword;
  info.realmValue = mHost;
  info.digestInfo = "Basic";
... then uses DCOP to add it.

The only difference is that I need digest authentication, whereas exchange uses \
basic. As this manually injects authentication info why can't I?


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic