Commit d7cd213 Joshua Hoblitt
committed
1 parent ae03a97 commit d7cd213 Copy full SHA for d7cd213
File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 43
43
$trustedip = undef ,
44
44
$altlog = undef ,
45
45
$pidfile = undef ,
46
+ $tlsciphersuite = undef , # added post 1.0.31
46
47
$maxidletime = undef ,
47
48
$maxdiskusage = undef ,
48
49
$trustedgid = undef ,
63
64
$pgsqlconfigfile = undef ,
64
65
$puredb = undef ,
65
66
$extauth = undef ,
67
+ $pamauthentication = undef ,
68
+ $unixauthentication = undef ,
66
69
) inherits pureftpd::params {
67
70
68
71
# options taken from pure-ftpd-1.0.30/configuration-file/pure-config.pl
106
109
' TrustedIP' ,
107
110
' AltLog' ,
108
111
' PIDFile' ,
112
+ ' TLSCipherSuite' ,
109
113
' MaxIdleTime' ,
110
114
' MaxDiskUsage' ,
111
115
' TrustedGID' ,
126
130
' PGSQLConfigFile' ,
127
131
' PureDB' ,
128
132
' ExtAuth' ,
133
+ ' UnixAuthentication' ,
134
+ ' PAMAuthentication' ,
129
135
]
130
136
131
137
file { $pureftpd::params::conf_path :
Original file line number Diff line number Diff line change 40
40
'TrustedIP' ,
41
41
'AltLog' ,
42
42
'PIDFile' ,
43
+ 'TLSCipherSuite' ,
43
44
'MaxIdleTime' ,
44
45
'MaxDiskUsage' ,
45
46
'TrustedGID' ,
60
61
'PGSQLConfigFile' ,
61
62
'PureDB' ,
62
63
'ExtAuth' ,
64
+ 'UnixAuthentication' ,
65
+ 'PAMAuthentication' ,
63
66
]
64
67
65
68
describe 'pureftpd::config' do
You can’t perform that action at this time.
0 commit comments