# Disable LOGIN command and all other plaintext authentications unless # SSL/TLS is used (LOGINDISABLED capability). disable_plaintext_auth = yes [...] # Space separated list of wanted authentication mechanisms: auth_mechanisms = plain login [...] ## Password and user databases ## #!include auth-system.conf.ext !include auth-sql.conf.ext