Update files (changes forgotten detected by Makefile !)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent 4876dd5f07
commit 612dbb090f
  1. 1
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
  2. 4
      lemonldap-ng-manager/scripts/jsongenerator.pl
  3. 2
      lemonldap-ng-manager/site/static/struct.json

@ -15,6 +15,7 @@ sub defaultValues {
'type' => 'category'
}
},
'authChoiceParam' => 'lmAuth',
'authentication' => 'Demo',
'browserIdAuthnLevel' => 1,
'captcha_login_enabled' => 0,

@ -1,11 +1,11 @@
#!/usr/bin/perl -Ilib/ -w
#!/usr/bin/perl -Ilib/ -I../lemonldap-ng-common/lib/ -w
use strict;
use Lemonldap::NG::Manager::Attributes;
use Lemonldap::NG::Manager::Tree;
use Lemonldap::NG::Manager::CTrees;
use Lemonldap::NG::Manager;
#use Lemonldap::NG::Manager;
use Data::Dumper;
use Regexp::Assemble;
use JSON;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save