Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth-type now a mandatory parameter (breaking change) #196

Merged
merged 3 commits into from
Dec 14, 2024

Conversation

robklg
Copy link
Contributor

@robklg robklg commented Dec 14, 2024

Before, --auth-type had a default option of anonymous. That way unftp doesn't require any arguments to start up. But we figured this is a potential security hazard: Forgetting to set --auth-type, or making a typo like --authtype would be disastrous.

So this is now disabled.
If you do not pass the --auth-type argument, unFTP will refuse to start up.

If you intentionally want to run a passwordless FTP server, you can pass --auth-type anonymous explicitly.

Before, --auth-type had a default option of anonymous.
That way unftp doesn't require any arguments to start up.
But we figured this is a potential security hazard:
Forgetting to set --auth-type, or making a type like --authtype would
be disastrous.

So this is now disabled.
If you do not pass the --auth-type argument, unFTP will refuse to
start up.

If you intentionally want to run a passwordless FTP server, you'd have
to pass `--auth-type anonymous` explicitly.
@robklg robklg merged commit a622c6a into master Dec 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant