ProFTP and specified user+host access

ProFTP and specified user+host access

Post by MatĂș1 KICZK » Sat, 04 Mar 2000 04:00:00



I want to specify users and/or groups so that they can login only from
specified IP adresses. I've tried AllowUser, Allow, but there's no
possibility how to specify user and host he can login from  at once.  My
proFTP is running as a standalone daemon so it doesn't read ftphosts file.
How to do that ?
Thanx Al
 
 
 

1. ProFTP is lot limiting access to specified members of group -- suggestions?

We're running ProFTPD 1.2.7 on Red Hat 7.3, and I want to limit FTP
access to only members of the ftpusers group.  Below is my
proftpd.conf file, which I do limit access to this group -- but it's
not working.  Anyone with a valid username and password, whether
they're in the ftpusers group or not can successfully FTP in.

ServerName                      "The FTP Server"
ServerType standalone
DefaultServer                   on
DefaultRoot                     ~
TransferLog                     /ftplog/proftpxferlog
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
LogFormat read "%h %l %u %t \"%r\" %s %b"
Port                            21
Umask                           022
MaxInstances 500
User                            nobody
Group                           nogroup
<Directory />
  AllowOverwrite                on
#  This should limit access to only members of the ftpusers group
#  but it apparently isn't working as any user can FTP in.
  <Limit READ WRITE DIRS>
    AllowGroup ftpusers
    DenyALL
  </Limit>
</Directory>
<Global>
</Global>

Any suggestions?  Thanks,

Alex.

2. Third test release of Tigon3 driver

3. my proftp has a proftpd.conf,could i delete the virtual host information in it?

4. To allow telnet on eth0 but not eth1

5. proFTP: Limit complete access to a certain group

6. digest, md5 passwords, apache, Irix, Solaris

7. slow proftp access

8. database or filesystem?

9. Solaris 2.5, NIS+ Q: deny user access to a certain host

10. how to know in what way a user is accessing the current host?

11. deny access to Apache virtual host by User-agent

12. restrict access on host and/or user basis

13. Proftp: How to jail users in a directory?