fas: update yubikey val URL

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-12 12:06:38 +02:00
parent f7debffa6c
commit ff38e38570

View file

@ -222,7 +222,7 @@ mail.manager = 'demand'
# Enable yubikeys
{% if inventory_hostname.startswith('os-') %}
yubi_server_prefix='http://yubikey/yk-val/verify?id='
yubi_server_prefix='http://yubikey:8080/yk-val/verify?id='
{% else %}
yubi_server_prefix='http://localhost/yk-val/verify?id='
{% endif %}