Page 1 of 1

FTP Server mit LDAP Authentifzierung

Posted: 20. Mar 2014 17:22
by kantlerbua
Hallo,
Ich brauche für mein Abschlussprojekt einen Linux FTP Server (Debian) mit LDAP Authentifizerung!
Hat jemand eine Idee wie ich das anstelle oder gibt es irgendwo eine passende Anleitung!
Finde irgendwie nichts vernünftiges was mir weiter hilft! Um jede Antwort bin ich dankbar!
Gruß

Posted: 20. Mar 2014 19:59
by suchagoodboy

Posted: 28. Mar 2014 10:11
by kantlerbua
Vielen Dank für die schnelle Antwort :)

hab jetzt aber noch eine Frage verstehe nicht ganz was ich mit dem folgenden Part anfangen soll...


Then, you have to run the pure-ftpd command with '-l ldap:' (it's an 'ell'
not a 'one') followed by the path of that configuration file. Here's an
example with tcpserver:


tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd -l ldap:/etc/pureftpd-ldap.conf &

für was steht das "tcpserver -DHRIO 0 21" ist das ein Dienst oder steht das für was anderes? Und was müsste ich für meinen Fall verwenden?

Danke im voraus!

Posted: 28. Mar 2014 11:07
by suchagoodboy
Ja, steht hier erklärt was das soll.
http://download.pureftpd.org/pub/pure-ftpd/doc/README
Ich habe dir einen Abschnitt mal raus kopiert.
**** Usage with TCPserver ****


TCPServer is part of the ucspi-tcp package by Dan Bernstein. It's less
bloated than inetd, less D.O.S.-prone and has interesting filtering
abilities. The simplest way of running Pure-FTPd with TCPserver is the
following command:

tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd &

You can add that line to your system local startup scripts
(usually /etc/rc.d/boot.local or /etc/rc.d/rc.local) . If it doesn't work,
replace 'tcpserver' with its full path (eg. '/usr/local/bin/tcpserver') .
Das sollte hoffentlich helfen.