Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions _includes/manuals/3.12/4.3.8.2_freeipa_realm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Do not use 'foreman-proxy' as the username for this -- this is a local user used
Copy the freeipa.keytab created above to /etc/foreman-proxy/freeipa.keytab and set
the correct permissions:

chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab
chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab

If you have SELinux enforcing on the system, ensure that the file security context is correct:

restorecon -vF /etc/foreman-proxy/freeipa.keytab

Then update `settings.d/realm_freeipa.yml` with the relevant settings.

Expand Down
8 changes: 6 additions & 2 deletions _includes/manuals/3.13/4.3.8.2_freeipa_realm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Do not use 'foreman-proxy' as the username for this -- this is a local user used
Copy the freeipa.keytab created above to /etc/foreman-proxy/freeipa.keytab and set
the correct permissions:

chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab
chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab

If you have SELinux enforcing on the system, ensure that the file security context is correct:

restorecon -vF /etc/foreman-proxy/freeipa.keytab

Then update `settings.d/realm_freeipa.yml` with the relevant settings.

Expand Down
8 changes: 6 additions & 2 deletions _includes/manuals/3.14/4.3.8.2_freeipa_realm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Do not use 'foreman-proxy' as the username for this -- this is a local user used
Copy the freeipa.keytab created above to /etc/foreman-proxy/freeipa.keytab and set
the correct permissions:

chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab
chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab

If you have SELinux enforcing on the system, ensure that the file security context is correct:

restorecon -vF /etc/foreman-proxy/freeipa.keytab

Then update `settings.d/realm_freeipa.yml` with the relevant settings.

Expand Down
8 changes: 6 additions & 2 deletions _includes/manuals/3.15/4.3.8.2_freeipa_realm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Do not use 'foreman-proxy' as the username for this -- this is a local user used
Copy the freeipa.keytab created above to /etc/foreman-proxy/freeipa.keytab and set
the correct permissions:

chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab
chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab

If you have SELinux enforcing on the system, ensure that the file security context is correct:

restorecon -vF /etc/foreman-proxy/freeipa.keytab

Then update `settings.d/realm_freeipa.yml` with the relevant settings.

Expand Down
8 changes: 6 additions & 2 deletions _includes/manuals/nightly/4.3.8.2_freeipa_realm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Do not use 'foreman-proxy' as the username for this -- this is a local user used
Copy the freeipa.keytab created above to /etc/foreman-proxy/freeipa.keytab and set
the correct permissions:

chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab
chown foreman-proxy /etc/foreman-proxy/freeipa.keytab
chmod 600 /etc/foreman-proxy/freeipa.keytab

If you have SELinux enforcing on the system, ensure that the file security context is correct:

restorecon -vF /etc/foreman-proxy/freeipa.keytab

Then update `settings.d/realm_freeipa.yml` with the relevant settings.

Expand Down