projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1546be5
)
commit to handling ike:// urls as well
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sat, 30 Oct 2010 01:13:06 +0000
(21:13 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sat, 30 Oct 2010 01:13:06 +0000
(21:13 -0400)
Crypt/Monkeysphere/MSVA.pm
patch
|
blob
|
history
diff --git
a/Crypt/Monkeysphere/MSVA.pm
b/Crypt/Monkeysphere/MSVA.pm
index b92821b362af28bb9f57f5a783aee366cf119705..8c4cb818a49917ffc8adbbd407b286ee20062e48 100755
(executable)
--- 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;