Make base krb5.conf work with ansible_hostname unset
This commit is contained in:
parent
55bcab7042
commit
16b878b802
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ansible_hostname.startswith('koji') %}
|
{% if ansible_hostname|default('').startswith('koji') %}
|
||||||
# This maps "A/B@FP.O" to "A/B@FP.O", and is used for gss localname in koji gssapi
|
# This maps "A/B@FP.O" to "A/B@FP.O", and is used for gss localname in koji gssapi
|
||||||
auth_to_local = RULE:[2:$1/$2@$0](.*)
|
auth_to_local = RULE:[2:$1/$2@$0](.*)
|
||||||
auth_to_local = DEFAULT
|
auth_to_local = DEFAULT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue