2019-09-02 10:48:39 +00:00
|
|
|
[mariadb]
|
2019-09-23 16:41:43 +02:00
|
|
|
plugin_load=auth_pam
|
|
|
|
pam_use_cleartext_plugin = ON
|
|
|
|
|
|
|
|
# create these stuff and enable the following configuration
|
|
|
|
# otherwise the pam_use_cleartext_plugin won't work which
|
|
|
|
# is required for dotnet connections
|
|
|
|
# ssl_cert = /etc/mysql/conf.d/ssl/server-cert.pem
|
|
|
|
# ssl_key = /etc/mysql/conf.d/ssl/server-key.pem
|
|
|
|
# ssl_ca = /etc/mysql/conf.d/ssl/ca.pem
|
|
|
|
|
2019-09-02 10:48:39 +00:00
|
|
|
|
|
|
|
|