From: Daniel Kahn Gillmor Date: Sat, 30 Oct 2010 01:13:06 +0000 (-0400) Subject: commit to handling ike:// urls as well X-Git-Tag: msva-perl_debian/0.6-1~3^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ec44b7e951c2e621a9425a3bbe608ff67b22344;p=monkeysphere-validation-agent.git commit to handling ike:// urls as well --- diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index b92821b..8c4cb81 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -491,7 +491,7 @@ sub getuid { my $data = shift; - if ($data->{context} =~ /^(https|ssh)$/) { + if ($data->{context} =~ /^(https|ssh|ike)$/) { $data->{context} = $1; if ($data->{peer} =~ /^($RE{net}{domain})$/) { $data->{peer} = $1;