/[smecontribs]/rpms/smeserver-phpki/contribs9/smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch
ViewVC logotype

Contents of /rpms/smeserver-phpki/contribs9/smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Nov 18 14:55:34 2013 UTC (10 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-phpki-0_2-3_el6_sme, smeserver-phpki-0_2-2_el6_sme, HEAD
* Mon Nov 18 2013 Daniel B. <daniel@firewall-services.com> - 0.2-2.sme
- Fix a redirect issue with user-manager and LemonLDAP::NG as SSO

1 diff -Nur smeserver-phpki-0.2/root/etc/e-smith/web/functions/phpki smeserver-phpki-0.2_fix_redirect/root/etc/e-smith/web/functions/phpki
2 --- smeserver-phpki-0.2/root/etc/e-smith/web/functions/phpki 2013-11-11 18:05:11.000000000 +0100
3 +++ smeserver-phpki-0.2_fix_redirect/root/etc/e-smith/web/functions/phpki 2013-11-18 15:50:52.506779392 +0100
4 @@ -19,7 +19,7 @@
5
6
7 my $q = new CGI;
8 -my $content="0; url=https://".$ENV {'HTTP_X_FORWARDED_HOST'}."/phpki/ca";
9 +my $content="0; url=https://".$ENV {'HTTP_X_FORWARDED_HOST'}."/phpki/ca/";
10 $q->default_dtd('-//W3C//DTD XHTML 1.0 Transitional//EN');
11
12 print $q->header ('text/html');

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed