Ticket #1378 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Proftpd Configuration (Fedora Core 9)

Reported by: anonymous Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC6
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC5
Severity: Medium Keywords:
Cc:

Description

Fedora Core 9 - Proftpd v1.31

# Includes DSO modules (this is mandatory in proftpd 1.3)
Include /etc/proftpd/modules.conf

/etc/proftpd not exist Can you add in /etc/proftpd.conf the following lines ?

<IfModule? mod_dso.c>
LoadModule? mod_sql.c
LoadModule? mod_sql_mysql.c
LoadModule? mod_quotatab.c
LoadModule? mod_quotatab_file.c
LoadModule? mod_quotatab_sql.c
</IfModule>

# Use pam to authenticate (default) and be authoritative
AuthPAMConfig proftpd
AuthOrder? mod_sql.c mod_auth_pam.c* mod_auth_unix.c
#
<IfModule? mod_ctrls_admin.c>

AdminControlsEngine? on

</IfModule>

and

#SQLBackend                 mysql

without tag (activated)

Attachments

Change History

07/04/08 11:00:05 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC6.

changed in r1261


Add/Change #1378 (Proftpd Configuration (Fedora Core 9))




Action