<x-flowed> Ariel Szujatovich schrieb: >I have installed and set the ftp.proxy in server mode (switch -e) on a >Fedora Core3 and have uploaded/downloaded some files successfully, >Now, I want to set ACL o access restrictions to let only to some users use >the ftp.proxy in gateway server mode > >I have read the following lines in the manual: > > -a acp specify an access control program that grants or > denies access via ftp.proxy. > >However, I can't realize the way to do it, I mean, which program (or >method) should I need to perform user authentication > > >
Hi there, i had the same problem. Finding out that things go like this. The -a switch specifies a script that runs by itself. ftp.proxy gives environment variables to the acp script. like proxyuser and proxypassword. so you have to use a script that checks these credentials against a database like /etc/shadow and crypted passwords. there is a perlscript i got from the list. Have fun. Frank --general-l------------------------------------ To unsubscribe please visit: http://www.ftpproxy.org/html/maillinglists.html </x-flowed> From [EMAIL PROTECTED] Thu Aug 04 11:12:25 2005 Return-Path: <[EMAIL PROTECTED]> Received: from mail.compucation.de (mail.compucation.de [213.185.64.44]) by um1.pce.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id j749CSv28812 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO) for <[EMAIL PROTECTED]>; Thu, 4 Aug 2005 11:12:28 +0200 Received: from mail3.rlp.de (mail3.rlp.de [83.243.48.71]) by compucation.de (mail.compucation.de [213.185.64.44]) (MDaemon.PRO.v8.1.1.R) with ESMTP id md50000063393.msg for <[EMAIL PROTECTED]>; Thu, 04 Aug 2005 11:11:36 +0200 x-mimeole: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: [general-l] Active FTP? {01} Date: Thu, 4 Aug 2005 11:11:30 +0200 Message-ID: <[EMAIL PROTECTED]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [general-l] {01} Thread-Index: AcWBZ9oxm6BTzbhUS5ydN6YGAOcRpwXaO8Pw From: "Schäfer, Jens" <[EMAIL PROTECTED]> To: "general-l List Member" <[EMAIL PROTECTED]> X-Lookup-Warning: MAIL lookup on [EMAIL PROTECTED] does not match 83.243.48.71 X-MDRemoteIP: 83.243.48.71 Sender: [EMAIL PROTECTED] X-Return-Path: [EMAIL PROTECTED] Precedence: bulk List-Unsubscribe: <mailto:[EMAIL PROTECTED]> X-MDMailing-List: [EMAIL PROTECTED] X-MDSend-Notifications-To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] X-MDaemon-Deliver-To: [EMAIL PROTECTED] X-MDAV-Processed: mail.compucation.de, Thu, 04 Aug 2005 11:11:39 +0200 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by um1.pce.de id j749CSv28812 X-UIDL: Unh"!n)n!!p7h!!$7j"! X-Eudora2Unix: 3905-11-05T08:39:37Z converted Hello! I installed the ftp.proxy on Fedora4 - and it looks like it does not support Active FTP. How come? My users need Active FTP ... how can I get ftp.proxy to accept active? Thanks! -- mit freundlichen Grüssen i.A. Jens Schäfer Team Internetdienste --general-l------------------------------------ To unsubscribe please visit: http://www.ftpproxy.org/html/maillinglists.html

