www.ProFTPD.de
13. März 2007, 21:42:45 *
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  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: Virt. Server nur login mit einem bestimmten user möglich :(  (Gelesen 176 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Anonymous
Gast
« am: 04. Januar 2006, 21:39:53 »

ich habe eine sektion in meiner config für einen virt. server:
Code:

<VirtualHost iluminat23.homelinux.org>
#<VirtualHost server.local.lan>
RootLogin off
AllowRetrieveRestart on
AllowStoreRestart on

DeferWelcome on

DefaultRoot /mnt/server1
ServerAdmin philipp@[domainname]
ServerName "Ilu's FTP"
Port 21
</VirtualHost>


aber ich kann mich hier nur mit dem user philipp, welcher der erste war der während der installation von debian angelt wurde. bei allen anderen usern kommt 530 Login incorrect.

der rest der config (achtung hässlich):
Code:

ServerName "Ilu's FTPS"
#ServerType                     inetd
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on
AllowForeignAddress             off

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/

UseReverseDNS off
IdentLookups off

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd               off

# Uncomment this if you would use TLS module:
#TLSEngine                      on

# Uncomment this if you would use quota module:
#Quotas                         on

# Port 21 is the standard FTP port.
Port                            990

# Use the IANA registered ephemeral port range
PassivePorts 49152 65534

# 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                    30

RequireValidShell              off

#maxclients <-- sagt doch alles
MaxClientsPerHost 2 "Maximal 2 Verbindungen pro IP"

# Set the user and group that the server normally runs at.
User                            nobody
Group                           nogroup


# Normally, we want files to be overwriteable.
<Directory /*>
  # Umask 022 is a good standard umask to prevent new files and dirs
  # (second parm) from being group and world writable.
  Umask                         002  002

  AllowOverwrite                on
</Directory>

# you may not like the bandwidth control below
# TransferRate RETR|STOR|APPE|STOU KBrate:freebytes
TransferRate RETR 90:0


AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot /mnt/server1
ExtendedLog /var/log/proftpd.log


im lan kann ich mich einloggen, mit welchem user auch immer, aber sobald ich über das inet mich einloggen will, bekomme ich 530.

einer eine idee?

mfg philipp
Gespeichert
iluminat23
Gast
« Antwort #1 am: 05. Januar 2006, 17:04:20 »

Ich könnte mich selber hauen, :oops: hatte vergessen:
Code:
RequireValidShell              off
beim virt. server einzutragen, und da ich der einzige bin der eine shell auf dem server hat ging das nicht, wiso ich aber aus dem LAN mit beliebiegen usern connecten konnte ist mir trotzdem schleierhaft.

mfg philipp
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

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.049 Sekunden mit 13 Zugriffen.