summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/open-xchange/files/open-xchange-0.8.1.2-login.patch')
-rw-r--r--www-apps/open-xchange/files/open-xchange-0.8.1.2-login.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/www-apps/open-xchange/files/open-xchange-0.8.1.2-login.patch b/www-apps/open-xchange/files/open-xchange-0.8.1.2-login.patch
deleted file mode 100644
index dd032e4..0000000
--- a/www-apps/open-xchange/files/open-xchange-0.8.1.2-login.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/misc/login/login.pm.in.orig 2005-08-26 17:08:58.000000000 +0200
-+++ src/misc/login/login.pm.in 2005-09-25 00:34:39.000000000 +0200
-@@ -28,9 +28,9 @@
- # SSL
- my $ssl_key_file = '@oxgroupwaresysconfdir@/sslcerts/oxCERTS/groupwarekey.pem';
- my $ssl_cert_file = '@oxgroupwaresysconfdir@/sslcerts/oxCERTS/groupwarecert.pem';
--my $ssl_ca_file = '@oxgroupwaresysconfdir@/sslcerts/oxCA/cacert.pem ';
-+my $ssl_ca_file = '@oxgroupwaresysconfdir@/sslcerts/oxCA/cacert.pem';
- my $ssl_use_cert = 1;
--my $ssl_verify_mode = '0x01';
-+my $ssl_verify_mode = 0x01;
- # LDAP
- #my $scope = 'one';
- #my $ldap_conf = '@oxgroupwaresysconfdir@/ldap.conf';