Summary | Problem with authentication of CalDAV Server |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | Twilek (at) gmx (dot) de |
Created | 06/04/2013 (4391 days ago) |
Due | |
Updated | 08/27/2013 (4307 days ago) |
Assigned | 06/05/2013 (4390 days ago) |
Resolved | 08/27/2013 (4307 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I found no option in imp config
I found no option in imp config
there is a patch on http://bugs.horde.org/ticket/12307
but it doesn't seem to work
after patch no error if i open it over the browser ... but dav is emtpy
haven“t found any settings for user listing. My backends.php for the
server looks like this:
$servers['imap'] = array(
// ENABLED by default; will connect to IMAP port on local server
'disabled' => false,
'name' => 'IMAP Server',
'hostspec' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
// Plaintext logins are disabled by default on IMAP servers (see RFC 3501
// [6.2.3]), so TLS is the only guaranteed authentication available by
// default.
'secure' => 'tls',
'spam' => array(
'innocent' => array(
'display' => true,
// Email reporting driver
'email' => null,
'email_format' => 'digest',
// Null reporting driver
'null' => true,
// Program reporting driver
'program' => '/usr/bin/spamassassin -k'
),
'spam' => array(
'display' => false,
// Email reporting driver
'email' => null,
'email_format' => 'digest',
// Null reporting driver
'null' => true,
// Program reporting driver
'program' => '/usr/bin/spamassassin -r'
),
// // It is possible to directly define additional spam drivers.
// // The 'drivers' array should contain a list of driver objects
// // (these classes must implement the IMP_Spam_Base class).
// 'drivers' => array(
// new IMP_Example_Spam_Driver()
// )
),
);
specific: does your backend *configuration* in IMP allow user listing?
specific: does your backend *configuration* in IMP allow user listing?
State ⇒ Feedback
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Synchronization
Summary ⇒ Porblem with authentication of Caldav Server
Type ⇒ Bug
Priority ⇒ 1. Low
Link provided by kronolith like
https://www.xxx.de/webmail/rpc/principals/username/ I get a html
Credentials request. When entering the right credentials I get a
<d:error><s:exception>Sabre\DAV\Exception\NotFound</s:exception><s:message>User username does not
exist</s:message><s:sabredav-version>1.8.4</s:sabredav-version></d:error>
althought the user "username" exists. I do the authentication via IMP.
This error did not appear with the beta packages.