You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-users@mina.apache.org by Rong Xing <rx...@tibco.com> on 2009/09/22 02:19:02 UTC

Does Apache FTPServer support AA against OS (Windows or Unix)

Hi there,

 

I'm wondering if I can use Apache FTPServer to login into a system as a
valid OS user (such as a Unix user), and upload a file to a target file
location which is this user's privileged location. I guess we understand
this requires the authentication/authorization on the server's OS
system.

 

Thanks,

Rong Xing

Software Architect,

TIBCO Software Inc.


Re: Does Apache FTPServer support AA against OS (Windows or Unix)

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Tue, Sep 22, 2009 at 2:19 AM, Rong Xing <rx...@tibco.com> wrote:
> I'm wondering if I can use Apache FTPServer to login into a system as a
> valid OS user (such as a Unix user), and upload a file to a target file
> location which is this user's privileged location. I guess we understand
> this requires the authentication/authorization on the server's OS
> system.

We do not support this out of the box, but I would think that writing
a JPAM (http://jpam.sourceforge.net/) based UserManager implementation
should be pretty straight forward. Not sure of how you can get the
user home folder with JPAM though.

/niklas