Titel: proftpd ldap und ein DAU Beitrag von: k.H.g am 02. März 2004, 10:04:01 hier eingangs mal meine config
ServerName "Debian" ServerType standalone DeferWelcome off MultilineRFC2228 on DefaultServer on ShowSymlinks on AllowOverwrite on TimeoutNoTransfer 600 TimeoutStalled 600 TimeoutIdle 1200 DisplayLogin welcome.msg DisplayFirstChdir .message ListOptions "-l" DenyFilter \*.*/ LDAPServer localhost LDAPDNInfo cn=your-dn,dc=horde,dc=net dnpass LDAPDoAuth on "dc=users,dc=horde,dc=net" # 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 # Uncomment this if you would use ratio module: #Ratios on # 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 hoerl Group users <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 # Normally, we want files to be overwriteable. AllowOverwrite on </Directory> die problematik besteht darin das ich beim einloggen einen 530 fehler bekomme - login incorrect. eine errorlog datei is leider nicht vorhanden daher weis ich auch nicht was ich falsch mache. wär nett wenn jemand zeit findet für mein problemchen .... system ist Debian GNU/Linux testing/unstable \n \l PS: ich komme aus der mouseacrobatik liga (windows) und hab eigentlich schon einige erfahrung mit raiden und ioftpd aber euer server schlägt mir die ketten aus PPS: gibts zu eurem server eigentlich keinen irc chan ? PPPS:kann man den server dann eigentlich mittels site commands steuern ? also fragen über fragen Titel: Re: proftpd ldap und ein DAU Beitrag von: stonki am 02. März 2004, 10:59:52 Also helfen kann ich Dir nicht, da ich mich noch nie mit LDAP beschaeftigt habe..
Zitat von: "k.H.g" die problematik besteht darin das ich beim einloggen einen 530 fehler bekomme - login incorrect. eine errorlog datei is leider nicht vorhanden daher weis ich auch nicht was ich falsch mache. wär nett wenn jemand zeit findet für mein problemchen .... Errorlog: http://www.proftpd.de/index.php?id=13&backPID=13&tx_faq_faq=4 Zitat PPS: gibts zu eurem server eigentlich keinen irc chan ? http://www.proftpd.de/4.0.html Zitat PPPS:kann man den server dann eigentlich mittels site commands steuern ? Nein. Das ist zu sehr eine Sicherheitsluecke. Es gibt jedoch ein Modul: http://www.castaglia.org/proftpd/#Modules http://www.castaglia.org/proftpd/modules/mod_ctrls.html http://www.castaglia.org/proftpd/modules/mod_info.html Titel: proftpd ldap und ein DAU Beitrag von: k.H.g am 02. März 2004, 21:02:06 soda problem gelöst:
fehler ldap akzeptierte die direkte passwortabfrage nicht. jetzt läuft das ganze über pam.d und voila null problemo - login funktioniert wie geschmiert |