documentation - properties user manager file layout not documented
------------------------------------------------------------------

                 Key: FTPSERVER-178
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-178
             Project: FtpServer
          Issue Type: Improvement
          Components: Server
    Affects Versions: 1.0-M3
            Reporter: Claus Ibsen
            Priority: Minor


I am using the PropertiesUserManager that holds a list of my registered users. 
However the layout of the properties file was not documented on the wiki:
http://mina.apache.org/ftpserver/file-based-user-manager.html

Here is a sample of what I have setup
{code}
ftpserver.user.admin
ftpserver.user.admin.userpassword=admin
ftpserver.user.admin.homedirectory=./res/home
ftpserver.user.admin.writepermission=true
ftpserver.user.scott
ftpserver.user.scott.userpassword=tiger
ftpserver.user.scott.homedirectory=./res/home
ftpserver.user.scott.writepermission=true
ftpserver.user.dummy
ftpserver.user.dummy.userpassword=foo
ftpserver.user.dummy.homedirectory=./res/home
ftpserver.user.dummy.writepermission=false
{code}

BTW: It is used for unit testing Apache Camel

-- 
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