Skip to content

Commit

Permalink
doc source of options for pure-ftpd.conf & pureftpd-ldap.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Aug 6, 2013
1 parent 3f87b61 commit f50f4db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
$extauth = undef,
) inherits pureftpd::params {

# options taken from pure-ftpd-1.0.30/configuration-file/pure-config.pl
$conf_options = [
'IPV4Only',
'IPV6Only',
Expand Down
6 changes: 5 additions & 1 deletion manifests/config/ldap.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
$ldapauthmethod = undef,
) inherits pureftpd::params {

# the complete list of options is defined in pure-ftpd/src/log_ldap_p.h
# options taken from pure-ftpd-1.0.30/src/log_ldap_p.h
# XXX The options LDAPForceDefaultUID & LDAPForceDefaultGID are non-mainline
# additions to pure-ftpd. It is hoped that these will be merged into a
# future offical release.
# https://github.com/jhoblitt/pure-ftpd/commit/bb03ca57fb087bb03a6c8a69fe160e87c0d9c5e8
$conf_options = [
'LDAPServer',
'LDAPPort',
Expand Down

0 comments on commit f50f4db

Please sign in to comment.