TJ Saunders
TJ Saunders
I've filed https://github.com/proftpd/proftpd/issues/1418 for tracking the improved handling of directives like `LogFormat`, with regard to their use in `` sections.
You would need two `` sections, one on port 21 for the explicit FTPS functionality, and another on port 990 for the implicit FTPS functionality. Thus something like: ``` Port...
If there's nothing more to add to this ticket, I'd like to close it.
What's the context for this? Documentation for what this "deepcode" is?
@HalliHalloSchatz Another thing to check, for your older and newer ProFTPD versions, is which OpenSSL version they used. Support for weaker ciphersuites, and for older TLS protocol versions, changes over...
Instead of using a patch, would you be willing to contribute this as a standalone module? It could be implemented in a manner similar to the existing `mod_sql_passwd`. That way,...
Would you mind if I offered/worked on a PR that added this functionality to the `mod_sql_passwd` module?
The `mod_ldap` module does not currently support this; [Bug#4246](http://bugs.proftpd.org/show_bug.cgi?id=4246) is a feature request for such support.
This may also be related to Issue #947, perhaps?
@hpreusse I'm hoping you can help out here. I am using the following Dockerfile, which provides all of the Perl modules expected/used by the ProFTPD regression suite -- except for...