Skip to content
Snippets Groups Projects

ad-auth: fix compatibility issues with bullseye

Merged Lars Beckers requested to merge bullseye-auth into master
2 files
+ 11
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
3
@@ -14,9 +14,15 @@
- name: check that overwritten pam configs were not updated
fail:
msg: "The original PAM configs (unix/sss) that we overwrite have changed."
when: (pamunix.stat.checksum != '727dc8f53ceaea0264d0877fcbb2a52eb341ff10'
or pamsss.stat.checksum != '3c1d4e9fa522e2ec9729260d3b108ef31df8ef9d')
msg: "The original PAM configs (sss) that we overwrite have changed."
when: pamsss.stat.checksum != '3c1d4e9fa522e2ec9729260d3b108ef31df8ef9d'
- name: check that overwritten pam configs were not updated
fail:
msg: "The original PAM configs (unix) that we overwrite have changed."
when:
- pamunix.stat.checksum != '727dc8f53ceaea0264d0877fcbb2a52eb341ff10'
- pamunix.stat.checksum != 'f3703a58a041745d6b70b9ebb179736653d32ef4'
- name: ensure pam applies customized configs
copy:
Loading