Skip to content

Commit

Permalink
Adds sasl support to RHEL derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey Hudson authored and saz committed Dec 5, 2020
1 parent eab7fa8 commit bf16c62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/memcached_sysconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ if @use_tls
end
result << '-o ssl_verify_mode=' + @tls_verify_mode.to_s
end
if @use_sasl
result << '-S'
end

if !@logstdout
# log to syslog via logger
Expand Down

0 comments on commit bf16c62

Please sign in to comment.