/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-commonname.patch2
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-commonname.patch2

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


Revision 1.2 - (show annotations) (download)
Wed Mar 26 17:01:37 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt
2 --- e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt 2007-03-08 14:20:46.000000000 -0700
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/home/e-smith/ssl.crt 2007-03-08 14:20:37.000000000 -0700
4 @@ -5,7 +5,7 @@
5 my $here = getcwd;
6
7 my $FQDN = "$SystemName.$DomainName";
8 - my $commonName = &$cropLeft($modSSL{CommonName} || $FQDN, 64);
9 + my $commonName = $modSSL{CommonName} || $FQDN;
10 my $crt = "/home/e-smith/ssl.crt/$FQDN.crt";
11 my $key = "/home/e-smith/ssl.key/$FQDN.key";
12 my $defaultCity = $ldap{defaultCity};
13 @@ -75,6 +75,7 @@
14 $defaultCompany = &$cropLeft($defaultCompany, 64);
15 $defaultDepartment = &$cropLeft($defaultDepartment, 64);
16 $email = &$cropLeft($email, 40);
17 + $commonName = &$cropLeft($commonName, 64);
18
19 foreach (
20 "--",

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