Skip to content

Commit f50f4db

Browse files
author
Joshua Hoblitt
committed
doc source of options for pure-ftpd.conf & pureftpd-ldap.conf
1 parent 3f87b61 commit f50f4db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

manifests/config.pp

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
$extauth = undef,
7272
) inherits pureftpd::params {
7373

74+
# options taken from pure-ftpd-1.0.30/configuration-file/pure-config.pl
7475
$conf_options = [
7576
'IPV4Only',
7677
'IPV6Only',

manifests/config/ldap.pp

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
$ldapauthmethod = undef,
3030
) inherits pureftpd::params {
3131

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

0 commit comments

Comments
 (0)