Changeset 11235

Show
Ignore:
Timestamp:
08/19/08 13:26:53 (5 months ago)
Author:
/C=ES/O=Warp Networks S.L./CN=ejhernandez@…
Message:

Fixing some minor bugs in soap-loc template refs #1103

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/remote-services/ebox/stubs/remote-services/soap-loc.mas

    r11199 r11235  
    99   $caPath 
    1010</%args> 
     11<%init> 
     12  my $internalDomainName = "internal.$domainName"; 
     13</%init> 
    1114SSLCACertificatePath <% $caPath %> 
    1215<Location /soap> 
     
    1821        SSLVerifyDepth 1 
    1922        SSLRequire %{SSL_CLIENT_S_DN_O} eq "<% $domainName %>" and %{SSL_CLIENT_I_DN_O} eq "<% $domainName %>" \ 
    20                    and %{SSL_CLIENT_S_DN_CN} =~ m/^<% $allowedPrefix %>[09]+.<% $domainName %>/ 
     23                   and %{SSL_CLIENT_S_DN_CN} =~ m/^<% $allowedPrefix %>[0-9]+.<% $internalDomainName %>$/ 
    2124        SSLOptions +StdEnvVars 
    2225   </IfModule>