<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://www.root-wiki.de/index.php?action=history&amp;feed=atom&amp;title=Proftpd_SQL_und_AuthUnix</id>
		<title>Proftpd SQL und AuthUnix - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://www.root-wiki.de/index.php?action=history&amp;feed=atom&amp;title=Proftpd_SQL_und_AuthUnix"/>
		<link rel="alternate" type="text/html" href="https://www.root-wiki.de/index.php?title=Proftpd_SQL_und_AuthUnix&amp;action=history"/>
		<updated>2026-04-29T05:36:01Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Root-Wiki</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://www.root-wiki.de/index.php?title=Proftpd_SQL_und_AuthUnix&amp;diff=317&amp;oldid=prev</id>
		<title>Nevakee am 6. Mai 2012 um 14:31 Uhr</title>
		<link rel="alternate" type="text/html" href="https://www.root-wiki.de/index.php?title=Proftpd_SQL_und_AuthUnix&amp;diff=317&amp;oldid=prev"/>
				<updated>2012-05-06T14:31:46Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Einleitung ==&lt;br /&gt;
&lt;br /&gt;
Bei dem Webinterface Froxlor werden die FTP Benutzer standardmäßig über die Froxlor MySQL Datenbank geregelt und ein Login mit einem normal Linux Benutzer ist nicht mehr möglich. &lt;br /&gt;
Das liegt daran, dass bei proftpd nur noch das Modul &amp;quot;mod_sql.c&amp;quot; aktiviert ist.&lt;br /&gt;
&lt;br /&gt;
== Lösung ==&lt;br /&gt;
&lt;br /&gt;
 nano /etc/proftpd/sql.conf&lt;br /&gt;
&lt;br /&gt;
aus&lt;br /&gt;
&lt;br /&gt;
 AuthOrder mod_sql.c&lt;br /&gt;
&lt;br /&gt;
wird&lt;br /&gt;
&lt;br /&gt;
 AuthOrder mod_sql.c mod_auth_unix.c&lt;br /&gt;
&lt;br /&gt;
Datei speichern und proftpd einmal neustarten.&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/proftpd restart&lt;br /&gt;
&lt;br /&gt;
Danach sollte beides klappen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getestet auf einem Debian 6 System.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Kategorie:FTP-Server]]&lt;/div&gt;</summary>
		<author><name>Nevakee</name></author>	</entry>

	</feed>