www.ProFTPD.de
13. März 2007, 20:07:16 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: [1]
1  ProFTPD / ProFTPD - Deutsch / 2 verschiedene user mit verschiedenen rechten erstellen??? am: 24. Februar 2004, 17:29:58
OK. Bin jetzt ein schritt weiter.
Habe jetzt
DefaultRoot ~ chroot
auf
DefaultRoot ~
geändert. Nun bin ich eingesperrt.
Alle Einträge die ich vor der Direktiven <Anonymous> mache ... gelten die dann für alle User? Und wenn dann die direktive Anonymous kommt, wird das dann aufgehoben und die direktive auf das "anonymous"-Login angewendet?
2  ProFTPD / ProFTPD - Deutsch / 2 verschiedene user mit verschiedenen rechten erstellen??? am: 24. Februar 2004, 12:41:17
Ich habe den Account angelegt mit Adduser... mehr nicht. Nun weiß ich da nicht weiter Wenn ich <markus> bis </markus> lösche... dann geht das wieder.
3  ProFTPD / ProFTPD - Deutsch / 2 verschiedene user mit verschiedenen rechten erstellen??? am: 24. Februar 2004, 11:33:11
ServerName                      "Welcome on FTP-Server von www.Shakeman.de"
ServerType      standalone
DefaultServer                   on
ShowSymlinks                    on
RequireValidShell               off

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

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances                    50

# Set the user and group that the server normally runs at.
User                            ftp markus
Group                           users markus

# Normally, we want files to be overwriteable.
<Directory /*>
  AllowOverwrite                on
</Directory>
DefaultRoot ~ chroot
# A basic anonymous configuration, no upload directories.
<Anonymous /home/ftp>

  MaxClients                    5 "Sorry, more than %M user online. Try again l
ater."

  RequireValidShell             off

  User                          ftp
  Group                         nogroup

  UserAlias                     anonymous ftp

  # max. 20kBytes/sec per Download
  RateReadBPS                   20000

  # max. 256kBytes/sec per Upload
  #RateWriteBPS                 256000

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

  <Directory /home/ftp/test>
   Umask                        666
    AllowOverWrite              On

    # kein Xferlimit
    RateWriteBPS                0
    RateReadBPS                 20000

    <Limit STOR CWD DELE>
      AllowAll
    </Limit>

    <Limit READ RMD MKD>
      DenyAll
    </Limit>
  </Directory>

  <Directory /home/ftp/pub>

   Umask                        022
    AllowOverWrite              On
    # kein Xferlimit
    RateWriteBPS                0
    RateReadBPS                 20000

    <Limit STOR CWD DELE>
      AllowAll
    </Limit>
    <Limit READ RMD MKD>
      # DenyAll
      AllowAll
    </Limit>
  </Directory>



  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>

</Anonymous>

<markus /home/ftp>

  MaxClients                    5 "Sorry, more than %M user online. Try again l
ater."

  RequireValidShell             off

  User                          markus
  Group                         markus

  # UserAlias                   anonymous ftp

  # max. 20kBytes/sec per Download
  # RateReadBPS                 20000

  # max. 256kBytes/sec per Upload
  #RateWriteBPS                 256000

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

  <Directory /home/ftp/test>
   Umask                        666
    AllowOverWrite              On

    # kein Xferlimit
    RateWriteBPS                0
    RateReadBPS                 20000

    <Limit STOR CWD DELE>
      AllowAll
    </Limit>

    <Limit READ RMD MKD>
      DenyAll
    </Limit>
  </Directory>

  <Directory /home/ftp/pub>

   Umask                        022
    AllowOverWrite              On
    # kein Xferlimit
    RateWriteBPS                0
    RateReadBPS                 20000

    <Limit STOR CWD DELE>
      AllowAll
    </Limit>
    <Limit READ RMD MKD>
      # DenyAll
      AllowAll
    </Limit>
  </Directory>



  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>

</markus >



Wieso kennt er nicht <markus>? Ich will diesem einfach irgend wie sagen, das er da und da hin darf.
4  ProFTPD / ProFTPD - Deutsch / logins am: 20. Februar 2004, 12:43:45
Ich meine, das verschiedene Leute von mir persönliche logins mit verschiedenen Rechten und Zugängen bekommen

Person Alpha darf auf den Apache Web Server zugreifen und in seine Verzeichnisse schreiben.

Person Bravo nutzt seinen Speicherplatz für Dateien zwischen speichern und hat eine Max data rate von 100KB/s updown

Person Charly darf auch Apache Webspace nutzen aber nicht in die verzeichnisse gehen und hat einen bestimmten Webspace von 100MB

Also drei verschiedene Logins mit verschidenen Passwörtern und Verzeichnisstrukturen.
Seiten: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.068 Sekunden mit 16 Zugriffen.