Skip to content
Snippets Groups Projects
Commit 6faff2ac authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaserver: Do not enable random serial numbers by default

ipaserver_random_serial_numbers was enabled by default in
roles/ipaserver/defaults/main.yml. This should not be the default and
also resulted in issues in all IPA versions that do not support RSN.

The parameter now defaults to false.
parent 82c01612
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ipaserver_no_hbac_allow: no ...@@ -11,7 +11,7 @@ ipaserver_no_hbac_allow: no
ipaserver_no_pkinit: no ipaserver_no_pkinit: no
ipaserver_no_ui_redirect: no ipaserver_no_ui_redirect: no
ipaserver_mem_check: yes ipaserver_mem_check: yes
ipaserver_random_serial_numbers: true ipaserver_random_serial_numbers: false
### ssl certificate ### ### ssl certificate ###
### client ### ### client ###
ipaclient_mkhomedir: no ipaclient_mkhomedir: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment