6.0.0-RC7
6/27/26

[#4835] ftp login fails because of empty password
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 1/3/07 (7115 days ago)
Due
Updated 1/22/07 (7096 days ago)
Assigned 1/11/07 (7107 days ago)
Resolved 1/22/07 (7096 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
355 Jan Schneider State ⇒ No Feedback
 
116 Jan Schneider Comment #2
State ⇒ Feedback
Priority ⇒ 2. Medium
Reply to this comment
I can't reproduce this, works perfectly here.
77 gino (at) laposte (dot) net Comment #1
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ ftp login fails because of empty password
Queue ⇒ Vacation
State ⇒ Unconfirmed
Reply to this comment
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.


Saved Queries