/etc/security/user_map.conf - Debian GNU/Linux 11 (bullseye)

This is the default example configuration of user_map.conf provided by MariaDB. This config file was generated by MariaDB running on Debian 11.

It is located under: /etc/security/user_map.conf

    #
# 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 http://exampleconfig.com/static/raw/mariadb/debian11/etc/security/user_map.conf

cURL

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