Commit e793a9c
authored
Fixed bug that let clients log into the anonymous user without providing a username
Before, the server accepted an empty username as anonymous username, even though it reported an error.
Now, the server still reports an error, but also rejects the login. Clients have to use "anonymous" or "ftp" as username to log in as anonymous user and cannot leave the username empty anymore.1 parent 9687c1d commit e793a9c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments