Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
sssd
Commits
73fc4f11
Commit
73fc4f11
authored
Jul 29, 2020
by
Francesco Gionghi
Browse files
improve mkhomedir
parent
70709ca4
Changes
2
Hide whitespace changes
Inline
Side-by-side
sssd/osmap.yaml
View file @
73fc4f11
...
...
@@ -26,6 +26,7 @@ Ubuntu:
mkhomedir
:
checkfile
:
/etc/pam.d/common-session
command
:
export DEBIAN_FRONTEND=noninteractive;/usr/sbin/pam-auth-update --package --enable mkhomedir
commandreset
:
export DEBIAN_FRONTEND=noninteractive;/usr/sbin/pam-auth-update --remove mkhomedir
# os_family: RedHat
Fedora
:
{}
...
...
sssd/reset.sls
View file @
73fc4f11
...
...
@@ -31,6 +31,6 @@ nsswitch-reset:
rmhomedir-reset:
cmd.run:
- name:
export DEBIAN_FRONTEND=noninteractive;/usr/sbin/pam-auth-update --remove mkhomedir
- name:
{{sssd.mkhomedir.commandreset}}
Write
Preview
Supports
Markdown
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