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
dc699720
Commit
dc699720
authored
Aug 09, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_sssd.sh: improve distro list
parent
6fdef612
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tune_sssd.sh
dc-client/tune_sssd.sh
+5
-5
No files found.
dc-client/tune_sssd.sh
View file @
dc699720
...
...
@@ -33,7 +33,7 @@ if [ -n "$1" ] ; then
fi
case
$(
epm print info
-d
)
in
Ubuntu|Debian|AstraLinux
)
Ubuntu|Debian|AstraLinux
*
)
# Ubuntu
epmi
--skip-installed
samba-common-bin krb5-config krb5-user ldb-tools sssd-ad sssd-tools samba bind9-host
;;
...
...
@@ -41,8 +41,8 @@ case $(epm print info -d) in
epmi
--skip-installed
krb5-kinit ldb-tools sssd-ad samba-common-tools samba-common-client samba-common bind-utils
# pam_mount task-auth-ad-sssd
;;
Fedora|RedOS|GosLinux|CentOS|RHEL
)
epmi
--skip
installed krb5-workstation ldb-tools sssd-ad samba-common-tools
Fedora|RedOS|GosLinux|CentOS|RHEL
|ROSA
)
epmi
--skip
installed krb5-workstation ldb-tools sssd-ad samba-common-tools
authselect
;;
*
)
fatal
"Unsupported distro
$(
epm print info
-d
)
"
...
...
@@ -200,13 +200,13 @@ case $(epm print info -d) in
epm assure rolelst libnss-role
roleadd etersysadmin wheel
;;
RedOS|Fedora|CentOS
)
Fedora|RedOS|GosLinux|CentOS|RHEL|ROSA
)
# echo "Check the script for autoselect"
authselect
select
sssd
--force
authselect apply-changes
authconfig
--enablemkhomedir
;;
Debian|Ubuntu|AstraLinux
)
Debian|Ubuntu|AstraLinux
*
)
pam-auth-update
--package
;;
*
)
...
...
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