6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1566] KOLAB: delete calendar via webclient fails
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. ,.__ .___. . |\ | \./ [ __[__ | | | \| | [_./| |/\|
Comment
> looking at the code in Cr/Kolab/Kolab.php, it appears that all share > operations are being done with the admin login, which is causing this > problem. See line ~1220 for an example: > > > > $result = > $imap->login($conf['kolab']['imap']['adminuser'],$conf['kolab']['imap']['adminpw'], false, > false); > > if (is_a($result, 'PEAR_Error')) { > > return $result; > > } > > > > I changed this to use the user login but that breaks the share > synchronization. I am not yet familiar with the code, so I'd > appreciate a pointer in the right direction. I replaced the above > code with: > > > > $result = > $imap->login(Auth::getAuth(),Auth::getCredential('password'),false, > false); > > if (is_a($result, 'PEAR_Error')) { > > return $result; > > } > > > > > >
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