fas: update yubikey val URL
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
f7debffa6c
commit
ff38e38570
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ mail.manager = 'demand'
|
||||||
|
|
||||||
# Enable yubikeys
|
# Enable yubikeys
|
||||||
{% if inventory_hostname.startswith('os-') %}
|
{% 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 %}
|
{% else %}
|
||||||
yubi_server_prefix='http://localhost/yk-val/verify?id='
|
yubi_server_prefix='http://localhost/yk-val/verify?id='
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue