mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
spelling fixes
This commit is contained in:
parent
e823023e4b
commit
7be541f281
52 changed files with 103 additions and 103 deletions
|
|
@ -6,7 +6,7 @@
|
|||
gcc pam_user_map.c -shared -lpam -fPIC -o pam_user_map.so
|
||||
|
||||
Install as appropriate (for example, in /lib/security/).
|
||||
Add to your /etc/pam.d/mysql (preferrably, at the end) this line:
|
||||
Add to your /etc/pam.d/mysql (preferably, at the end) this line:
|
||||
=========================================================
|
||||
auth required pam_user_map.so
|
||||
=========================================================
|
||||
|
|
@ -15,7 +15,7 @@ auth required pam_user_map.so
|
|||
in the format: orig_user_name: mapped_user_name
|
||||
@user's_group_name: mapped_user_name
|
||||
=========================================================
|
||||
#comments and emtpy lines are ignored
|
||||
#comments and empty lines are ignored
|
||||
john: jack
|
||||
bob: admin
|
||||
top: accounting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue