Use id.fp.o
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d8b121b2df
commit
376b5d1098
1 changed files with 3 additions and 9 deletions
|
@ -62,15 +62,9 @@ tgcaptcha2.jpeg_generator = 'vanasco_dowty'
|
|||
###
|
||||
ipa_sync_enabled = True
|
||||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||
{% if env == "staging" %}
|
||||
ipa_sync_principal = 'fas_sync@STG.FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'ipa01.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
{% else %}
|
||||
ipa_sync_principal = 'fas_sync@FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'ipa01.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
{% endif %}
|
||||
ipa_sync_principal = 'fas_sync@{{ ipa_realm }}'
|
||||
ipa_sync_server = 'id{{env_suffix}}.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt'
|
||||
|
||||
###
|
||||
### Administrative settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue