From d4cecdfaf4851cec9decbcbd697c16f629a9a927 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 18 Jun 2012 15:05:23 +0200 Subject: [PATCH] Add __YKRESYNC_IPS__ to template. --- ykval-config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ykval-config.php b/ykval-config.php index f092e91..a208a32 100644 --- a/ykval-config.php +++ b/ykval-config.php @@ -20,6 +20,9 @@ $baseParams['__YKVAL_ALLOWED_SYNC_POOL__'] = array("1.2.3.4", # An array of IP addresses allowed to issue YubiKey activation/deactivation # requests through ykval-revoke.php. NOTE: You must use IP addresses here. $baseParams['__YKREV_IPS__'] = array("127.0.0.1"); +# An array of IP addresses allowed to issue database resync requests through +# ykval-resync.php. NOTE: You must use IP addresses here. +$baseParams['__YKRESYNC_IPS__'] = array("127.0.0.1"); # Specify how often the sync daemon awakens $baseParams['__YKVAL_SYNC_INTERVAL__'] = 10;