Proftp: Difference between revisions

From DWIKI
mNo edit summary
Line 4: Line 4:
==Proftp-mysql==
==Proftp-mysql==
*http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-SQL.html
*http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-SQL.html
*http://www.castaglia.org/proftpd/modules/mod_sql.html


===Create account===
===Create account===
Use  
Use  
  passwd=password('foo')
  passwd=encrypt('secret')
and
SQLAuthTypes    Crypt
inf configuration

Revision as of 16:00, 27 October 2009

Links

Proftp-mysql

Create account

Use

passwd=encrypt('secret')

and

SQLAuthTypes    Crypt

inf configuration