Small config update to include quotes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1ee63dd4a6
commit
80bbb9f0d2
1 changed files with 5 additions and 4 deletions
|
@ -62,10 +62,11 @@ tgcaptcha2.jpeg_generator = 'vanasco_dowty'
|
|||
### IPA Sync settings
|
||||
###
|
||||
ipa_sync_enabled = True
|
||||
ipa_sync_server = ipa01.stg.phx2.fedoraproject.org
|
||||
ipa_sync_principal = fas_sync@STG.FEDORAPROJECT.ORG
|
||||
ipa_sync_keytab = /etc/fas_sync_keytab
|
||||
ipa_sync_certfile = /etc/fas_sync_cert.pem
|
||||
ipa_sync_server = 'ipa01.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_principal = 'fas_sync@STG.FEDORAPROJECT.ORG'
|
||||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
|
||||
{% endif %}
|
||||
###
|
||||
### Administrative settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue