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
1
Merge Requests
1
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
b90e1e86
Commit
b90e1e86
authored
Jul 04, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_sssd.sh: add AlterOS, fix --skip-installed, conditional authconfig
parent
d79c907a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
tune_sssd.sh
dc-client/tune_sssd.sh
+5
-4
No files found.
dc-client/tune_sssd.sh
View file @
b90e1e86
...
...
@@ -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|ROSA
)
epmi
--skip
installed krb5-workstation ldb-tools sssd-ad samba-common-tools authselect
AlterOS|
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
)
"
...
...
@@ -234,11 +234,12 @@ case $(epm print info -d) in
epm assure rolelst libnss-role
roleadd etersysadmin wheel
;;
Fedora|RedOS|GosLinux|CentOS|RHEL|ROSA
)
AlterOS|
Fedora|RedOS|GosLinux|CentOS|RHEL|ROSA
)
# echo "Check the script for autoselect"
authselect
select
sssd
--force
authselect apply-changes
authconfig
--enablemkhomedir
# authconfig is absent on el8+/AlterOS; skip (mkhomedir not needed with NFS homes)
command
-v
authconfig
>
/dev/null
&&
authconfig
--enablemkhomedir
;;
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