Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No option to not define final_domain_join_principal #28

Open
santachago opened this issue Apr 7, 2020 · 1 comment
Open

No option to not define final_domain_join_principal #28

santachago opened this issue Apr 7, 2020 · 1 comment

Comments

@santachago
Copy link

ipa-client-install allows the use of OTP to join a host to the IPA server. This is done by creating the host first on the IPA server and assigning the OTP.
To be used on the ipa-client-install command only the password parameter should be set and the principal should not be defined.
Currently the manifest defines a default principal of admin when the domain_join_principal parameter is not set.

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/client-install#client-install-non-interactive-random

@mattock
Copy link
Member

mattock commented Apr 14, 2020

Looks like that process is an orchestration task suitable for Puppet Bolt or Ansible:

  1. Create a host on IPA server
  2. Get the temporary password
  3. Pass the temporary password to ipa-client-intall

What would you propose changing in this module to make the above process work more smoothly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants