FTP Server mit LDAP Authentifzierung

Software besorgen und anwenden
Post Reply
Message
Author
kantlerbua
Posts: 2
Joined: 20. Mar 2014 16:44

FTP Server mit LDAP Authentifzierung

#1 Post 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ß

suchagoodboy

#2 Post by suchagoodboy »


kantlerbua
Posts: 2
Joined: 20. Mar 2014 16:44

#3 Post 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!

suchagoodboy

#4 Post 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.

Post Reply