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
829d4d65
Commit
829d4d65
authored
Dec 10, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_sssd.sh: s/distr_info/distro_info.sh
parent
96a9b5d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tune_sssd.sh
dc-client/tune_sssd.sh
+3
-3
No files found.
dc-client/tune_sssd.sh
View file @
829d4d65
...
...
@@ -33,7 +33,7 @@ fi
echo
"Use REALM
$REALM
..."
case
$(
distr_info
-d
)
in
case
$(
distr
o
_info
-d
)
in
Ubuntu|Debian
)
# Ubuntu
epmi
--skip-installed
samba-common-bin krb5-config krb5-user ldb-tools sssd-ad samba
...
...
@@ -162,7 +162,7 @@ echo "Join to domain... "
net ads
join
-k
||
exit
kdestroy
case
$(
distr_info
-d
)
in
case
$(
distr
o
_info
-d
)
in
ALTLinux
)
control system-auth sss
# TODO: use common domain groups
...
...
@@ -171,7 +171,7 @@ case $(distr_info -d) in
roleadd etersysadmin wheel
;;
*
)
echo
"Unknown system
$(
distr_info
-d
)
. Check /etc/pam.d/system-auth for pam_sss.so using"
echo
"Unknown system
$(
distr
o
_info
-d
)
. Check /etc/pam.d/system-auth for pam_sss.so using"
;;
esac
...
...
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