-
- Downloads
ipaserver_setup_adtrust: Add missing settings for adtrust and module
There have been missing settings that have not been provided to ipaserver_setup_adtrust. These are: enable_compat, rid_base and secondary_rid_base. The settings rid_base and secondary_rid_base are now initialized in ipaserver_test and propagated in the results. The two settings netbios_name and reset_netbios_name are placed in the adtrust binding in the adtrust.install_check call. These are now saved when ipaserver_test finishes and are written back in the fist steps of ipaserver_setup_adtrust to make adtrust.install working. The settings add_sids and add_agents are now initialized in ansible_ipa_server in the same way as in ServerMasterInstall. These settings are fixed in the server deployment.
Showing
- roles/ipaserver/library/ipaserver_prepare.py 3 additions, 0 deletionsroles/ipaserver/library/ipaserver_prepare.py
- roles/ipaserver/library/ipaserver_setup_adtrust.py 17 additions, 2 deletionsroles/ipaserver/library/ipaserver_setup_adtrust.py
- roles/ipaserver/library/ipaserver_test.py 9 additions, 3 deletionsroles/ipaserver/library/ipaserver_test.py
- roles/ipaserver/module_utils/ansible_ipa_server.py 5 additions, 0 deletionsroles/ipaserver/module_utils/ansible_ipa_server.py
- roles/ipaserver/tasks/install.yml 9 additions, 2 deletionsroles/ipaserver/tasks/install.yml
Loading
Please register or sign in to comment