You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/09/14 10:03:44 UTC

[jira] Created: (FTPSERVER-178) documentation - properties user manager file layout not documented

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.


[jira] Closed: (FTPSERVER-178) documentation - properties user manager file layout not documented

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-178.
---------------------------------------

    Resolution: Fixed

Fixed in rev 706730.

> 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
>            Assignee: Niklas Gustavsson
>            Priority: Minor
>             Fix For: 1.0-M4
>
>
> 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.


[jira] Updated: (FTPSERVER-178) documentation - properties user manager file layout not documented

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated FTPSERVER-178:
----------------------------------------

    Fix Version/s: 1.0-M4
         Assignee: Niklas Gustavsson

> 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
>            Assignee: Niklas Gustavsson
>            Priority: Minor
>             Fix For: 1.0-M4
>
>
> 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.