From 9b8a797e35264c94d4e5132393da4e2017c48e3e Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 16 Dec 2010 15:32:25 -0500 Subject: [PATCH] support hkpms queries from the agent --- Crypt/Monkeysphere/MSVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index 16e495c..02949f4 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -505,7 +505,7 @@ # We should read from (first hit wins): # the environment if (exists $ENV{MSVA_KEYSERVER} and $ENV{MSVA_KEYSERVER} ne '') { - if ($ENV{MSVA_KEYSERVER} =~ /^(((hkps?|finger|ldap):\/\/)?$RE{net}{domain})$/) { + if ($ENV{MSVA_KEYSERVER} =~ /^(((hkps?|hkpms|finger|ldap):\/\/)?$RE{net}{domain})$/) { return $1; } msvalog('error', "Not a valid keyserver (from MSVA_KEYSERVER):\n %s\n", $ENV{MSVA_KEYSERVER}); -- 2.26.2