/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz10224-bz1005.patch
ViewVC logotype

Diff of /rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz10224-bz1005.patch

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

Revision 1.1 by jpp, Fri Mar 27 04:47:56 2020 UTC Revision 1.2 by jpp, Fri May 27 02:10:21 2022 UTC
# Line 102  diff -Nur smeserver-horde-1.0.0.old/root Line 102  diff -Nur smeserver-horde-1.0.0.old/root
102  +        $vdomain = Horde_String::lower($vdomain);  +        $vdomain = Horde_String::lower($vdomain);
103  +{        # override to Primary Domain  +{        # override to Primary Domain
104  + my $UsePrimary = $horde{ForcePrimaryDomain} || "disabled";  + my $UsePrimary = $horde{ForcePrimaryDomain} || "disabled";
105  + $OUT .= ($UsePrimary eq "enabled") ? "        \$vdomain = $DomainName;" : "        # ForcePrimaryDomain disabled\n        # \$vdomain = $DomainName;" ;  + $OUT .= ($UsePrimary eq "enabled") ? "        \$vdomain = '$DomainName';\n" : "        # ForcePrimaryDomain disabled\n        # \$vdomain = '$DomainName';\n" ;
106  +  +
107  + my $basedn = esmith::util::ldapBase ($DomainName);  + my $basedn = esmith::util::ldapBase ($DomainName);
108  + $OUT .= "        \$ldapServer = 'localhost';  + $OUT .= "        \$ldapServer = 'localhost';


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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