Overridable method to plug-in a password encryption mechanism for authentication
--------------------------------------------------------------------------------

                 Key: FTPSERVER-167
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-167
             Project: FtpServer
          Issue Type: New Feature
          Components: Core
    Affects Versions: 1.0-M3
            Reporter: David Latorre
            Priority: Minor
             Fix For: 1.0-M3


We need to use ftpserver against an existing database of users. The option to 
write custom SQL sentences works like a charm so our own difficulty is that 
passwords are encrypted in the database with a custom algorithm.

There are a couple of ways to do that already , but it would  be nice to have 
the possibility to provide our own password-processing method to the 
UserManager (so we don't have to create a custom UserManager).


  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to