MariaDB user_map.conf configuration example for Debian GNU/Linux 11 (bullseye)

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
#

    
  

Config Details

Location
/etc/security/user_map.conf
Operating system
Debian GNU/Linux 11 (bullseye)
Length
13 lines
MD5 checksum
126cbe3b479937c707031f9576702be9

Usage

Download the raw file with wget or curl

Wget

wget -O user_map.conf.example https://exampleconfig.com/static/raw/mariadb/debian11/etc/security/user_map.conf

cURL

curl https://exampleconfig.com/static/raw/mariadb/debian11/etc/security/user_map.conf > user_map.conf.example