MariaDB auth_gssapi.cnf configuration example for CentOS Linux 8

Get the default configuration file auth_gssapi.cnf for MariaDB, optimized for CentOS Linux 8. This example configuration ensures optimal compatibility and performance for MariaDB, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/my.cnf.d/auth_gssapi.cnf.

For more configurations and setup guides, visit our related files section to further customize your system.

    [mariadb]
plugin-load-add=auth_gssapi.so

    
  

Config Details

Location
/etc/my.cnf.d/auth_gssapi.cnf
Operating system
CentOS Linux 8
Length
2 lines
MD5 checksum
d1fc5e35a49486114c07c8c9b74dffb9

Usage

Download the raw file with wget or curl

Wget

wget -O auth_gssapi.cnf.example https://exampleconfig.com/static/raw/mariadb/centos8/etc/my.cnf.d/auth_gssapi.cnf

cURL

curl https://exampleconfig.com/static/raw/mariadb/centos8/etc/my.cnf.d/auth_gssapi.cnf > auth_gssapi.cnf.example