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

fix anonymous mode #352

Open
robklg opened this issue May 21, 2021 · 0 comments
Open

fix anonymous mode #352

robklg opened this issue May 21, 2021 · 0 comments

Comments

@robklg
Copy link
Contributor

robklg commented May 21, 2021

unFTP currently runs either with an authenticator that implements actual user authentication, and anonymous access. But in various places in the code, we match on user names 'anonymous' or 'ftp'. While anonymous authenticator accepts any random username as valid...

So the fix should either be to let the anonymous authenticator allow only the 'anonymous' or 'ftp' account names, or create a function somewhere that can be called to figure out if unFTP is in anon mode or not.

@robklg robklg created this issue from a note in v1 for core lib (To do) May 21, 2021
@robklg robklg moved this from To do to In progress in v1 for core lib Jun 4, 2021
@robklg robklg moved this from In progress to To do in v1 for core lib Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant