Current time: 11-26-2024, 03:26 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Erledigt] Einen FTP User außerhalb von ispCP anlegen?
Author Message
Jadawin Offline
Junior Member
*

Posts: 26
Joined: Nov 2009
Reputation: 0
Post: #3
RE: Einen FTP User außerhalb von ispCP anlegen?
(02-01-2010 01:16 AM)MartN Wrote:  ftp zugriff haben automatisch alle system user + ispcp kunden.

Automatisch nicht... Dazu muss erst ein Modul bei AuthOrder eingetragen werden Wink

/etc/proftpd/proftpd.conf:
Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c
</IfModule>
Ersetzen mit:
Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c mod_auth_unix.c
</IfModule>

/etc/ispcp/proftpd/proftpd.conf
Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c
</IfModule>
Ersetzen mit:
Code:
<IfModule !mod_sql.c>
LoadModule               mod_sql.c
AuthOrder                mod_sql.c mod_auth_unix.c
</IfModule>

Und schon haben alle Systemuser (ausser root) Zugriff. Smile

Edit: Danach natürlich noch proftpd neustarten^^
# /etc/init.d/proftpd restart
(This post was last modified: 02-01-2010 02:03 AM by Jadawin.)
02-01-2010 02:02 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Einen FTP User außerhalb von ispCP anlegen? - Jadawin - 02-01-2010 02:02 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)