Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
/ puppet-pureftpd Public archive

A puppet module that manages pure-ftpd server on RedHat like systems

Notifications You must be signed in to change notification settings

5Ub-Z3r0/puppet-pureftpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-pureftpd

Manage Pure-FTPd via Puppet on RHEL systems

How to use

Unix authentication with default configuration

  class { 'pureftpd': }

Different authentication type

  pureftpd::config{ 'ftp':
    auth_type => mysql,
  }
  pureftpd::config_ldap { 'ftp-server':
    ldap_server     => '192.168.100.10',
    ldap_basedn     => 'ou=Users,dc=company,dc=com',
    ldap_filter     => '(&(objectClass=posixAccount)(uid=\L))',
    ldap_authmethod => 'BIND'
    user_bandwidth  => '1800:1800'
  }
  pureftpd::config_pgsql { 'ftp-server':
    user_bandwidth  => '1800:1800'
  }

TODO

  • add a configuration switch for the pem certificate file, in case TLS is used
  • Implement configuration variables for postgresql-based authentication
  • Implement configuration variables for MySQL-based authentication

About

A puppet module that manages pure-ftpd server on RedHat like systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published