Hallo!
Ich habe mir MySQL 5.0.18 installiert und ProFTPD.
Die Tabellen sind angelegt ... und Benutzer auch.
Es gibt momentan einen Benutzer ConiKost / Psw 123456
Leider geht login nicht, Und wieso wird laut logs PAM benutzt?
Auszus aus /var/log/messages
Mar 9 12:25:39 Metabox proftpd[13328]: Metabox.LAN.Kostecki - ProFTPD 1.2.10 (stable) (built Mi MÀr 8 17:52:15 CET 2006) standalone mode STARTUP
Mar 9 12:25:43 Metabox proftpd[13376]: Metabox.LAN.Kostecki (127.0.0.1[127.0.0.1]) - FTP session opened.
Mar 9 12:25:48 Metabox ftp(pam_unix)[13376]: check pass; user unknown
Mar 9 12:25:48 Metabox ftp(pam_unix)[13376]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=127.0.0.1
Mar 9 12:25:50 Metabox proftpd[13376]: Metabox.LAN.Kostecki (127.0.0.1[127.0.0.1]) - PAM(ConiKost): Authentication failure.
Mar 9 12:25:50 Metabox proftpd[13376]: Metabox.LAN.Kostecki (127.0.0.1[127.0.0.1]) - USER ConiKost (Login failed): No such user found.
Mar 9 12:25:52 Metabox proftpd[13376]: Metabox.LAN.Kostecki (127.0.0.1[127.0.0.1]) - FTP session closed.
So sieht meine proftpd.conf aus ...
# 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.
ServerAdmin ConiKost@gmx.de
ServerName "Der Met@box 500 Webserver"
ServerType standalone
DefaultServer on
UseReverseDNS off
IdentLookups off
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart 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 10
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
DenyAll
</Limit>
# Art der Passwörter
SQLAuthTypes Crypt Empty
# Art der Authentifikation
SQLAuthenticate users*
# Information zur Verbindungsaufnahme mit der Datenbank.
# Format: database_name@server_address database_username database_password
SQLConnectInfo ProFTPD@localhost ProFTPD XXXXXXXXXX
# Default-UID/GID. Den eigenen BedÃŒrftnissen anpassen.
SQLDefaultUID 65535
SQLDefaultGID 65535
# Mininum UID/GID. Den eigenen BedÃŒrftnissen anpassen.
SQLMinUserUID 5000
SQLMinUserGID 1000
# Datenbank-Anfrage
SQLUserInfo Benutzer User Passwort UID GID Verzeichnis Shell
#SQLGroupInfo Gruppen Gruppe GID Mitglieder