Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
f9efe817
Commit
f9efe817
authored
Oct 18, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_sssd: fix nsswitch.conf changing for new machine
parent
f23748ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
tune_sssd.sh
dc-client/tune_sssd.sh
+7
-1
No files found.
dc-client/tune_sssd.sh
View file @
f9efe817
...
...
@@ -86,9 +86,15 @@ else
fi
# TODO: Fedora has special command for change nssswitch.conf
#passwd: files sss
#shadow: tcb files sss
#group: files sss role
#gshadow: files sss
if
!
grep
-q
" sss"
/etc/nsswitch.conf
;
then
subst
"s| mysql| sss mysql|g"
/etc/nsswitch.conf
for
i
in
passwd shadow group gshadow
;
do
subst
"s|^
\(
$i
:.*
\)
files
\(
.*
\)
|
\1
files sss
\2
|g"
/etc/nsswitch.conf
done
(
cd
/etc
;
git diff nsswitch.conf |
cat
)
fi
...
...
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