Skip to content
Snippets Groups Projects
Commit c3111a89 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

ad-auth/sssd: Disable sssd-pac on Debian ≥bookworm

parent 12a8f60e
No related branches found
No related tags found
1 merge request!14ad-auth/sssd: Disable sssd-pac on Debian ≥bookworm
Pipeline #7423 passed
...@@ -115,3 +115,17 @@ ...@@ -115,3 +115,17 @@
group: root group: root
tags: tags:
- sssd - sssd
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037930
# https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org/thread/HQKQOX53YJ2DUNPYPQ4LC7R56UXO2R3Z/#27FR2CRABDFJIVXRFZUXF5GHDKF7PGT7
# https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org/message/IUE3FRAV7OPFHELKWDZRPVZ2XMHBQM4R/
- name: Disable sssd-pac service
systemd:
name: sssd-pac.socket
state: stopped
enabled: false
when:
- ansible_distribution == "Debian"
- ansible_distribution_major_version | int >= 12
tags:
- sssd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment