Site Tools


snippets:linux_quickshotsetups:ipa_server_rhel9

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
snippets:linux_quickshotsetups:ipa_server_rhel9 [2024/06/10 05:40] chrissnippets:linux_quickshotsetups:ipa_server_rhel9 [2024/06/11 04:39] (current) – [create users automated] chris
Line 2: Line 2:
 Just some notes on a minimal setup of IdM. This is really only for testing and reproducer setups. This is tested on RHEL9. Just some notes on a minimal setup of IdM. This is really only for testing and reproducer setups. This is tested on RHEL9.
  
-===== ipa setup on rhel =====+===== IPA setup on rhel =====
   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/installing_identity_management/index|product documentation: IdM rhel9]]   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/installing_identity_management/index|product documentation: IdM rhel9]]
  
Line 73: Line 73:
 ===== create users automated ===== ===== create users automated =====
 <code> <code>
-cat >createuser.sh <<EOT+cat createuser.sh
 #!/bin/bash #!/bin/bash
 ipa user-add --first $1 --last $1 $1 ipa user-add --first $1 --last $1 $1
 echo 'redhat12' | ipa passwd $1 -- echo 'redhat12' | ipa passwd $1 --
-EOT 
  
 chmod +x createuser.sh chmod +x createuser.sh
snippets/linux_quickshotsetups/ipa_server_rhel9.txt · Last modified: 2024/06/11 04:39 by chris