Set configuration parameters by variables#45
Conversation
|
Hello @damwiw ! Thank you very much for this PR! You made a great work! |
|
Hi @delfer, Thanks for those positive feedbacks. It's doable to change the logic for setting parameter values, with things like CONF_FTPD_BANNER=my specific banner. Now, we must consider parameters we just want to comment/uncomment, without no change to the default value (this is one of my requirements). I can see 3 options:
This is open to discussion! |
|
@damwiw hi!
I thins if someone want to change the value he should provide exact value, instead of asking to use default value. |
|
Hi @delfer, As my last commit was really old, I rebased the branch and updated the behaviour of my patch. Now you can only set a configuration parameter with something like CONF_=foo. |
It's a proposal to set parameters from vsftp.conf file by variables.
This can be used to solve issues #39 and #19.
Feel free to comment.