Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62197 | Differences between
and this patch

Collapse All | Expand All

(-)src/misc/login/login.pm.in.orig (-2 / +2 lines)
Lines 28-36 Link Here
28
# SSL
28
# SSL
29
my $ssl_key_file = '@oxgroupwaresysconfdir@/sslcerts/oxCERTS/groupwarekey.pem';
29
my $ssl_key_file = '@oxgroupwaresysconfdir@/sslcerts/oxCERTS/groupwarekey.pem';
30
my $ssl_cert_file = '@oxgroupwaresysconfdir@/sslcerts/oxCERTS/groupwarecert.pem';
30
my $ssl_cert_file = '@oxgroupwaresysconfdir@/sslcerts/oxCERTS/groupwarecert.pem';
31
my $ssl_ca_file = '@oxgroupwaresysconfdir@/sslcerts/oxCA/cacert.pem ';
31
my $ssl_ca_file = '@oxgroupwaresysconfdir@/sslcerts/oxCA/cacert.pem';
32
my $ssl_use_cert = 1;
32
my $ssl_use_cert = 1;
33
my $ssl_verify_mode = '0x01';
33
my $ssl_verify_mode = 0x01;
34
# LDAP
34
# LDAP
35
#my $scope = 'one';
35
#my $scope = 'one';
36
#my $ldap_conf = '@oxgroupwaresysconfdir@/ldap.conf';
36
#my $ldap_conf = '@oxgroupwaresysconfdir@/ldap.conf';

Return to bug 62197