FTP Server mit LDAP Authentifzierung

Software besorgen und anwenden
Antworten
Nachricht
Autor
kantlerbua
Beiträge: 2
Registriert: 20. Mär 2014 16:44

FTP Server mit LDAP Authentifzierung

#1 Beitrag von kantlerbua » 20. Mär 2014 17:22

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ß

suchagoodboy

#2 Beitrag von suchagoodboy » 20. Mär 2014 19:59


kantlerbua
Beiträge: 2
Registriert: 20. Mär 2014 16:44

#3 Beitrag von kantlerbua » 28. Mär 2014 10:11

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!

suchagoodboy

#4 Beitrag von suchagoodboy » 28. Mär 2014 11:07

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.

Antworten