Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b22a4bf6
Commit
b22a4bf6
authored
4 years ago
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21886 MariaDB RPM upgrade overwrites PAM user map
%config(noreplace) /etc/security
parent
8648b9be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
plugin/auth_pam/CMakeLists.txt
plugin/auth_pam/CMakeLists.txt
+1
-0
No files found.
plugin/auth_pam/CMakeLists.txt
View file @
b22a4bf6
...
@@ -32,6 +32,7 @@ IF(HAVE_PAM_APPL_H)
...
@@ -32,6 +32,7 @@ IF(HAVE_PAM_APPL_H)
IF
(
INSTALL_PAMDIR
)
IF
(
INSTALL_PAMDIR
)
INSTALL
(
TARGETS pam_user_map DESTINATION
${
INSTALL_PAMDIR
}
COMPONENT Server
)
INSTALL
(
TARGETS pam_user_map DESTINATION
${
INSTALL_PAMDIR
}
COMPONENT Server
)
INSTALL
(
FILES mapper/user_map.conf DESTINATION
${
INSTALL_PAMDATADIR
}
COMPONENT Server
)
INSTALL
(
FILES mapper/user_map.conf DESTINATION
${
INSTALL_PAMDATADIR
}
COMPONENT Server
)
SET
(
CPACK_RPM_server_USER_FILELIST
${
CPACK_RPM_server_USER_FILELIST
}
"%config(noreplace)
${
INSTALL_PAMDATADIR
}
/*"
PARENT_SCOPE
)
ENDIF
()
ENDIF
()
ENDIF
()
ENDIF
()
ENDIF
(
HAVE_PAM_APPL_H
)
ENDIF
(
HAVE_PAM_APPL_H
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment