Skip to content
Snippets Groups Projects

ad-auth: sssd: Allow forcing a particular DC

Merged Thomas Schneider requested to merge th/sssd-force-dc into master
2 files
+ 3
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
10
@@ -98,16 +98,6 @@
tags:
- sssd
# taken out of Debian's post install hooks
- name: ensure sssd is configured in nsswitch.conf # noqa 301 306
# yamllint disable-line rule:line-length
shell: "sed -i --regexp-extended '/^(passwd|group|shadow|netgroup|services):/ {
/\\bsss\\b/! s/$/ sss/ } ' /etc/nsswitch.conf"
args:
warn: false
tags:
- sssd
- name: ensure sssd is enabled and running
service:
name: sssd
Loading