Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dfa7a3a9

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID dfa7a3a99a0b1ba731d1d4f81768308c10ace0d3
  • Vorgänger 7b4699d8
  • Nachfolger 78740763

Konfigurationsdatei config/authentication.pl nach config/lx_office.conf(.default) gemerget

Unterschiede anzeigen:

SL/InstallationCheck.pm
52 52
sub check_for_conditional_dependencies {
53 53
  return if $conditional_dependencies{net_ldap}++;
54 54

  
55
  my $self = {};
56
  eval do { local (@ARGV, $/) = 'config/authentication.pl'; <> } or return;
57

  
58 55
  push @required_modules, { 'name' => 'Net::LDAP', 'url' => 'http://search.cpan.org/~gbarr/' }
59
    if $self->{module} && ($self->{module} eq 'LDAP');
56
    if $::lx_office_conf{authentication} && ($::lx_office_conf{authentication}->{module} eq 'LDAP');
60 57
}
61 58

  
62 59
sub test_all_modules {

Auch abrufbar als: Unified diff