Skip to content

Commit

Permalink
fix: also configure nsslapd-localssf
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Dec 14, 2023
1 parent 7367f6a commit 01d3942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/configure_tls_enforcing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
attributes:
nsslapd-require-secure-binds: "{{ 'on' if dirsrv_tls_enabled and dirsrv_tls_enforced else 'off' }}"
nsslapd-minssf: "{{ dirsrv_tls_minssf if dirsrv_tls_enabled and dirsrv_tls_enforced else '0' }}"
nsslapd-localssf: "{{ dirsrv_tls_minssf if dirsrv_tls_enabled and dirsrv_tls_enforced else '0' }}"
state: exact
failed_when: false
tags: [ dirsrv_tls ]
Expand All @@ -28,6 +29,7 @@
attributes:
nsslapd-require-secure-binds: "{{ 'on' if dirsrv_tls_enabled and dirsrv_tls_enforced else 'off' }}"
nsslapd-minssf: "{{ dirsrv_tls_minssf if dirsrv_tls_enabled and dirsrv_tls_enforced else '0' }}"
nsslapd-localssf: "{{ dirsrv_tls_minssf if dirsrv_tls_enabled and dirsrv_tls_enforced else '0' }}"
state: exact
tags: [ dirsrv_tls ]
register: dirsrv_restart_condition_tls_enforcing_2

0 comments on commit 01d3942

Please sign in to comment.