Get the default configuration file user_map.conf for MariaDB, optimized for Debian GNU/Linux 11 (bullseye). 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/security/user_map.conf.
For more configurations and setup guides, visit our related files section to further customize your system.
#
# Configuration file for pam_user_map.so
#
# defines mapping in the form
#
# orig_user_name: mapped_user_name
#
# or (to map all users in a specific group)
#
# @group_name: mapped_user_name
#
# comments and empty lines are ignored
#
Download the raw file with wget or curl
wget -O user_map.conf.example https://exampleconfig.com/static/raw/mariadb/debian11/etc/security/user_map.conf
curl https://exampleconfig.com/static/raw/mariadb/debian11/etc/security/user_map.conf > user_map.conf.example
Other config files you might find useful