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 (6862 days ago) |
Due | |
Updated | 01/22/2007 (6843 days ago) |
Assigned | 01/11/2007 (6854 days ago) |
Resolved | 01/22/2007 (6843 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Priority ⇒ 2. Medium
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ ftp login fails because of empty password
Queue ⇒ Vacation
State ⇒ Unconfirmed
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.