[#7013] userlist incorrect when using realm
Summary userlist incorrect when using realm
Queue IMP
Queue Version HEAD
Type Bug
State Assigned
Priority 2. Medium
Owners Horde Developers
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 07/02/2008 (97 days ago)
Due 07/03/2008 (96 days ago)
Updated 09/26/2008 (11 days ago)
Assigned 07/03/2008 (96 days ago)
Resolved
Attachments api.php.patch Download
Milestone
Patch Yes

History
09/26/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #5 Reply to this comment
after the realm and syncing problem #6749 #6746 seems to be fixed now, 
this is still a problem. Is there any chance that this get fixed for 
4.3?
07/08/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #4 Reply to this comment
I noticed that for folder sharing within IMP the realm should not be 
added since the imapusers on the mailserver do not have a realm. So my 
patch "fixes" sharing in other places but  breaks folder sharing.
07/03/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment
This is definitely not the correct fix.
I'm sorry, I just couldn't and still can't find a better one, I'm sure 
someone eventually will proivde the "correct fix". For now it works 
that way for me.

Thanks anyway

07/03/2008 Jan Schneider Comment #2
State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Reply to this comment
This is definitely not the correct fix.
07/02/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #1
New Attachment: api.php.patch Download
Patch ⇒ 1
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 07/03/2008
Summary ⇒ userlist incorrect when using realm
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Reply to this comment
I'm not sure if this (IMP) is the right place for this bug, if not 
please put it to where it belongs.

When using realms and application IMP as auth driver, then 
$auth->listUsers() returns just the mailboxname/username without 
realm, this prevents sharing of calendars or tasklists (maybe others 
too), because users get not correctly entered in the shares tables.

The attached patch fixes the problem for me, but I'm not sure if this 
is the right place for fixing the issue.