| Summary | ftp login fails because of empty password |
| Queue | Vacation |
| Queue Version | 3.0 |
| Type | Bug |
| State | No Feedback |
| Priority | 2. Medium |
| Owners | |
| Requester | gino (at) laposte (dot) net |
| Created | 01/03/2007 (494 days ago) |
| Due | |
| Updated | 01/22/2007 (475 days ago) |
| Assigned | 01/11/2007 (486 days ago) |
| Resolved | 01/22/2007 (475 days ago) |
| Attachments | |
| Milestone | |
| Patch |
State ⇒ Feedback
Priority ⇒ 2. Medium
I can't reproduce this, works perfectly here.State ⇒ Unconfirmed
Priority ⇒ 3. High
Summary ⇒ ftp login fails because of empty password
Type ⇒ Bug
Queue ⇒ Vacation
when settings the following parameter, the ftp driver should use (as it is described in the conf page) the password used to log in, but a tcpdump showed that the password used is empty whereas the user is correct.
$conf['server']['params']['default']['hordeauth'] = 'full'
decoded tcpdump :
220 alfred.mydomaine.fr FTP server ready
USER testuser@mydomaine.fr
331 Password required for testuser@mydomaine.fr.
PASS
530 Login incorrect.
QUIT
221 Goodbye.