www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: bluepanther am 16. März 2004, 23:33:47



Titel: Proftpd + Home + FTP
Beitrag von: bluepanther am 16. März 2004, 23:33:47
Hallo leute ich habe hier ein Problem und währe für Hilfe sehr dankbar

mein User mit heimatverzeichnis /home/user sollen auch auf die daten der eigentlichen ftp /var/ftp

mit symlink ln -s -d /var/ftp /home/user/ftp klappt das nicht !!
mit mount --bind /var/ftp /home/user/ftp klappt das zwar aber mein Kernel kennt das bind beim booten und laden der fstab nicht. desweiteren währe der aufwand doch erheblich.

mit dem chrootet ist es ja auch nicht so wie soll ausgeschaltet kommen die user zwar per symlink auf die Ftp aber auch auf das var-verzeichnis und das soll ja nicht !! da.

gibts da nicht eine elegantere lösung ??
User sind alle in sekundärgruppe ftp !!
hier meine .conf datei
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName   blabla
ServerType   standalone
ShowSymlinks   on
DefaultServer         on
Port            21    #Standartport für FTP = 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask            022

MaxInstances         30

# Set the user and group under which the server will run.
User   nobody
Group   nobody

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

# Normally, we want files to be overwriteable.
<Directory /var/ftp>
  AllowOverwrite      on
</Directory>

# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
<Anonymous /var/ftp>      #Anonymous Ftp-Access Block Starts here
  User   ftp
  Group   ftp
  UserAlias anonymous ftp    # We want clients to be able to login with "anonymous" as well as "ftp"
  <Directory *>
  <Limit WRITE>
    DenyALL
  </Limit>
</Directory>
<Directory incoming>       #hier ist das Hochladen erlaubt
<Limit READ WRITE>
DenyAll
</Limit>
<Limit STOR>
AllowAll
</Limit>  
</Directory>
<Directory open>
<Limit all>
DenyAll
</Limit>
</Directory>
  # Limit the maximum number of anonymous logins
  MaxClients         10
  # 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
</Anonymous>         #Anonymous Access Block ends here


Titel: Re: Proftpd + Home + FTP
Beitrag von: Wörsty am 17. März 2004, 08:43:43
Zitat von: "bluepanther"
mount --bind /var/ftp /home/user/ftp klappt das zwar aber mein Kernel kennt das bind beim booten und laden der fstab nicht. desweiteren währe der aufwand doch erheblich.

Bau das doch in das proftpd Startscript mit ein.
Ist zwar megadirty aber sollte gehen.


Titel: Proftpd + Home + FTP
Beitrag von: bluepanther am 19. März 2004, 17:55:51
ist eigentlich ne gute Idee
habe jetzt mit nem Kumpel ein MegaMount für --bind gebastelt
das prüft ob im homeverzeichnis ein ftp ordner vom root erstellt wird und für dann das mount --bind aus, selbstverständlich ohne doppelte einträge in der mtab !!

noch fragen ??


Titel: Proftpd + Home + FTP
Beitrag von: b0021901 am 19. März 2004, 18:09:05
heheh tolle server eigenschaft gleich kopiert,

trotzdem kann ich mich  nicht von windows aus einlogen wer wsftp *lol*

verdammt ich ... nicht :-D

mus der ftp für zugriffe von ausserhalb freigestllt werden oder so ?


Titel: Proftpd + Home + FTP
Beitrag von: Wörsty am 19. März 2004, 18:11:35
Zitat von: "b0021901"
heheh tolle server eigenschaft gleich kopiert,

trotzdem kann ich mich  nicht von windows aus einlogen wer wsftp *lol*

verdammt ich ... nicht :-D

mus der ftp für zugriffe von ausserhalb freigestllt werden oder so ?

Gib dir doch bitte mal ETWAS mehr Mühe bei Rechtschreibung + Ausdruck.
Ich bekomme gleich Augenkrebs hier :evil:  :roll: