[bglug] Proftpd e permessi

Mc mc@bglug.it
Mar 4 Maggio 2004 10:08:21 CEST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alle 20:33, lunedì 3 maggio 2004, Andrea Ferrari ha scritto:
> Ciao a tutti
>
> Da ieri sera sto cercando di fare funzionare Proftpd come utente anoymous,
> ma sinceramente non capisco dove è il problema. Ho creato sotto /home/ftp,
> due Directory, Incoming e pub. A livello di File system le due cartelle
> sono di proprietà dell'utente ftp (gruppo ftp) con permessi 775 per
> entrambe. Vi posto la parte del file del file di conf. in riferimento a
> quelle 2 directory. Praticamente nonostante nel file di conf. sia

Prova così

# A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
  User                          ftp
  Group                         ftp

  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias                     anonymous ftp


  # Limit the maximum number of anonymous logins
  MaxClients                    100

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>
 <Directory incoming/>
      <Limit STOR CWD MKD>
        AllowAll
      </Limit>
      <Limit READ RMD DELE >
        DenyAll
      </Limit>
 </Directory>

</Anonymous>


- --


				McMayer
				http://www.gentoo.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAl0916toiUn/ol50RAs/pAJ4lzGz4HyQVyvNPB5/1yxiw8PzhLwCgl7/7
AxD+Zv8+NcqEIxkESMInnos=
=kD+H
-----END PGP SIGNATURE-----


Maggiori informazioni sulla lista bglug