www.ProFTPD.de
13. März 2007, 19:24:25 *
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: ProFTPD - MySQL 5.0.18 - will nicht :( [Solved]  (Gelesen 264 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
ConiKost
ProFTPD
*
Offline Offline

Beiträge: 14


Profil anzeigen
« am: 09. März 2006, 12:32:29 »

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

Code:

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 ...

Code:

# 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
Gespeichert
ConiKost
ProFTPD
*
Offline Offline

Beiträge: 14


Profil anzeigen
« Antwort #1 am: 09. März 2006, 18:09:00 »

Problem gelöst ...

Ich hatte vergessen:

Code:

AuthOrder mod_sql.c
Gespeichert
magicslider
ProFTPD
*
Offline Offline

Beiträge: 14


Profil anzeigen
« Antwort #2 am: 01. April 2006, 20:41:30 »

hi,

kannst bitte posten wie du das gemacht hast ?

sorry, debian rookie...

thx magicslider
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.052 Sekunden mit 18 Zugriffen.