6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/15/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6043] Kolab does not support anonymous (guest) users
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ . ..__ .__ [__)[ __|\/|[__)| \ | [_./| || |__/
Comment
> hi gunnar, > > > >> ISSUE 1 (probably needs a separate ticket): > >> ------------------------------------------------- > >> when i visit my horde website i observe quite a delay loading the > >> page (you can currently also view the php-error there that is > >> described below): > >> https://mail.das-netzwerkteam.de/mailxchange > >> > >> this delay is probably related to some horde functions trying to > >> retrieve information from the KOLAB IMAP server, but the server > >> replies with an auth failure ("badlogin: localhost [127.0.0.1] > >> plaintext SASL(-1): generic failure: All-whitespace username."). > > > > the delay before the login page appears is gone when i put this at > the beginning of the connect() method in > lib/Horde/Kolab/IMAP/pear.php (i still have an unpatch libc-client): > > > > <snip> > > function connect($login, $password, $tls = false) > > { > > + if (!$login) { > > + $login = 'anonymous'; > > + } > > > > $this->_signature = $this->_server . '|' . $this->_port . > "|$login|$password|$tls"; > > [...] > > </snip> > > > > i still cannot show a shared calendar that has "anonymous read" in > the kolab-webadmin interface set... but getting rid of the delay is > already pretty nice!!! > > > > mike
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers