/etc/security/user_map.conf - CentOS Linux 8

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

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
CentOS Linux 8
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/centos8/etc/security/user_map.conf

cURL

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