Skip to content

Commit 4979f6c

Browse files
committed
Rename pam service option
1 parent 735a3ce commit 4979f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There are multiple use cases from the users perspective that dictate what parame
5252
| `--foreman-puma-workers` | Number of workers for Puma | `--foreman-foreman-service-puma-workers` |
5353
| `--pulp-worker-count` | Number of pulp workers | `--foreman-proxy-content-pulpcore-worker-count` |
5454
| `--external-authentication={ipa,ipa_with_api}` | Enable configuration for external authentication via IPA for web UI (or webUI and API for `ipa_with_api`), expects the target machine to [be enrolled into FreeIPA/IDM](https://docs.theforeman.org/3.16/Configuring_User_Authentication/index-katello.html#enrolling-foreman-server-in-freeipa-domain) | `--foreman-ipa-authentication`<br/> `--foreman-ipa-authentication-api` |
55-
| `--pam-service` | PAM service used for host-based access control in IPA | `--foreman-pam-service` |
55+
| `--external-authentication-pam-service` | PAM service used for host-based access control in IPA | `--foreman-pam-service` |
5656

5757
#### Certs
5858

src/playbooks/deploy/metadata.obsah.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
choices:
1717
- ipa
1818
- ipa_with_api
19-
pam_service:
19+
external_authentication_pam_service:
2020
help: Name of the PAM service to use for IPA authentication
2121

2222
include:

src/roles/httpd/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ httpd_pub_dir: /var/www/html/pub
88
httpd_external_authentication: "{{ external_authentication | default(None) }}"
99
httpd_ipa_manage_sssd: true
1010
httpd_ipa_keytab: /etc/httpd/conf/http.keytab
11-
httpd_ipa_pam_service: "{{ pam_service | default('foreman') }}"
11+
httpd_ipa_pam_service: "{{ external_authentication_pam_service | default('foreman') }}"
1212
httpd_ipa_gssapi_local_name: true

0 commit comments

Comments
 (0)