Jump to content
Froxlor Forum
  • 0

Pure-ftpd problemes


med

Question

Posted

Hello!

I have some problemes with my ftp (pure-ftpd)

In my config file i have :

 

MYSQLServer     localhost
MYSQLUser       cpanel
MYSQLPassword   passwd
MYSQLDatabase   cpanel
MYSQLCrypt      [b]md5[/b]

MYSQLGetPW      SELECT password FROM ftp_users WHERE username="\L" AND login_enabled="y"
MYSQLGetUID     SELECT uid FROM ftp_users WHERE username="\L" AND login_enabled="y"
MYSQLGetGID     SELECT gid FROM ftp_users WHERE username="\L" AND login_enabled="y"
MYSQLGetDir     SELECT homedir FROM ftp_users WHERE username="\L" AND login_enabled="y"
MySQLGetQTASZ   SELECT panel_customers.diskspace/1024 AS QuotaSize FROM panel_customers, ftp_users WHERE username =$

 

But froxlor encrypt the passwd off my user with another and i need that he use md5

I have just give a look for customer_ftp.php but i've found nothing

Thank for help =D

EDIT : we can use @ and & in our passwords ?

2 answers to this question

Recommended Posts

Posted

Nopaste configuration files. Explain all the installation/ configuration steps you made (tutorials/howto's/scripts/etc.).

 

Which Linux/ *BSD distribution are you using?

 

Please provide ALWAYS all the information you have in detail, concerning your problem.

 

 

MYSQLUser cpanel

MYSQLDatabase cpanel

 

Are you using Froxlor?

 

EDIT : we can use @ and & in our passwords ?

 

Where? What? How?

Posted

I use Debian squeeze 64bit and of course that i use Froxlor i have juste choosed an other name for the DB.

My quest was : Can we use @ and & in our accounts, FTP and MySQL passwords with out problems ?

CPanel = Control Panel, and Froxlor is a control panel; no :P ?

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...