WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Linux, UNIX, Open Source (http://www.wcm.at/forum/forumdisplay.php?f=13)
-   -   proftpd (http://www.wcm.at/forum/showthread.php?t=133552)

Atomschwammerl 06.05.2004 21:40

proftpd
 
hab auf meinem linux server (mandrake 9.2)
proftpd installiert

leider find ich im netz nirgendwo eine funktionierende config die ich als quasi anhaltepunkt verwenden könnt...
bzw krieg ich mein proftpd ned zum laufen
ka obs am config file ligt
fehler:
# /etc/init.d/proftpd start
Starten des ProFTP-Server-Dämons: - Fatal: LsDefaultOptions: deprecated. Use ListOptions instead



kann mir von euch wer helfen?

wcm|Tweety 06.05.2004 22:36

also das is meine config, vielleicht hilfts dir ja.

Zitat:

ServerName "Servername..."
ServerType standalone
DeferWelcome off

ShowSymlinks on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on

LogFormat traff "%b %u"

TimeoutNoTransfer 900
TimeoutStalled 600
TimeoutIdle 1200

DisplayLogin welcome.msg
DisplayFirstChdir .message
LsDefaultOptions "-l"
UseReverseDNS off
IdentLookups off

DenyFilter \*.*/
DefaultRoot ~ !criticalerror.de
# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd off

# Port 21 is the standard FTP port.
Port 21

# 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

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

AllowOverwrite on
HideNoAccess on

</Directory>

Quotas on
DefaultQuota 999999999

<Limit ALL>
IgnoreHidden on
</Limit>


<Global>
TransferLog /var/log/xferlog
ExtendedLog /var/log/ftp_traff.log read,write traff
PathDenyFilter "\.quota$"
RootLogin off
RequireValidShell on
</Global>


# SQL
#ich verwenden einen sql-auth, normalerweise braucht man das nicht, für deine zwecke kannst das einfach löschen

SQLAuthTypes Crypt
SQLAuthenticate on
SQLConnectInfo user@localhost user passwort
SQLUserInfo ftp_users userid passwd uid gid homedir shell
SQLGroupInfo ftp_group groupname gid members
SQLMinID 2000

K@sperl 06.05.2004 22:46

Re: proftpd
 
Zitat:

Original geschrieben von Atomschwammerl

# /etc/init.d/proftpd start
Starten des ProFTP-Server-Dämons: - Fatal: LsDefaultOptions: deprecated. Use ListOptions instead

Er sagt dir eh alles was nicht passt!
Da wo 'LsDefaultOptions' in der proftpd.conf steht schreibst statt dessen 'ListOptions' rein.

Atomschwammerl 06.05.2004 23:26

juhuu funzet:D
so jetz muss i nur noch ausafinden wie ich ordner freigib....

Atomschwammerl 07.05.2004 00:02

ok anonyme freigabe funzt
aber jetzt wollt ich einen user

atom
pw: schwammerl
group: ftp

schreibrechte auf der /mnt/hdf

wie bring ich den ftp dazu das er mich als
atom einloggen lässt?

Nightman 07.05.2004 06:37

einen user am linux system hinzufügen mit den daten :)

Atomschwammerl 08.05.2004 14:22

hab ich ja wie gesagt
atom angelegt und schreibrechte im file system gegeben
aber der ftp lässt mich nicht als atom einloggen...


Alle Zeitangaben in WEZ +2. Es ist jetzt 13:55 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag