6.0.0-alpha12
6/8/25

[#4634] forward doesn't use full username (with domain) for backend
Summary forward doesn't use full username (with domain) for backend
Queue Forwards
Queue Version 3.0
Type Enhancement
State Resolved
Priority 1. Low
Owners bklang (at) horde (dot) org
Requester jonathan (at) crazylinux (dot) de
Created 11/07/2006 (6788 days ago)
Due
Updated 05/05/2008 (6243 days ago)
Assigned
Resolved 05/05/2008 (6243 days ago)
Milestone
Patch No

History
05/05/2008 08:53:09 PM Ben Klang Comment #2
Assigned to Ben Klang
State ⇒ Resolved
Reply to this comment
This patch has been committed.  Please see 
http://lists.horde.org/archives/cvs/Week-of-Mon-20080505/078037.html
11/12/2006 05:09:51 PM Jan Schneider Type ⇒ Enhancement
State ⇒ Accepted
Priority ⇒ 1. Low
 
11/07/2006 11:51:25 PM jonathan (at) crazylinux (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ forward doesn't use full username (with domain) for backend
Queue ⇒ Forwards
Reply to this comment
hi,



i use forward with qmail-ftp-backend. also the pure-ftpd-server uses 
vpopmail as auth-backend, so you need to login to the ftp with the 
email-address as username



as workaround i changed in forward/main.php

...

// Get the current login username and realm.

#$split = explode('@', Auth::getAuth());

#$user = @$split[0];

$user = Auth::getAuth();

$realm = @$split[1];

...



regrads Jonathan

Saved Queries