Commit f50f4db Joshua Hoblitt
committed
1 parent 3f87b61 commit f50f4db Copy full SHA for f50f4db
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 71
71
$extauth = undef ,
72
72
) inherits pureftpd::params {
73
73
74
+ # options taken from pure-ftpd-1.0.30/configuration-file/pure-config.pl
74
75
$conf_options = [
75
76
' IPV4Only' ,
76
77
' IPV6Only' ,
Original file line number Diff line number Diff line change 29
29
$ldapauthmethod = undef ,
30
30
) inherits pureftpd::params {
31
31
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
33
37
$conf_options = [
34
38
' LDAPServer' ,
35
39
' LDAPPort' ,
You can’t perform that action at this time.
0 commit comments