register-approval
Christophe Maudoux 6 years ago
parent 21b1e75a4d
commit 1d2bbab057
  1. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/StatusConstants.pm
  2. 7
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  3. 3
      lemonldap-ng-manager/site/htdocs/static/js/conftree.min.js
  4. 2
      lemonldap-ng-manager/site/htdocs/static/js/conftree.min.js.map

@ -104,7 +104,7 @@ sub portalConsts {
} }
# EXPORTER PARAMETERS # EXPORTER PARAMETERS
our @EXPORT_OK = ('portalConsts'); our @EXPORT_OK = ('portalConsts');
our %EXPORT_TAGS = ( 'all' => [ @EXPORT_OK, 'import' ], ); our %EXPORT_TAGS = ( 'all' => [ @EXPORT_OK, 'import' ], );
1; 1;

@ -142,7 +142,7 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
eval { eval {
do { do {
qr/$_[0]/; qr/$_[0]/;
} }
}; };
return $@ ? ( 0, "__badRegexp__: $@" ) : 1; return $@ ? ( 0, "__badRegexp__: $@" ) : 1;
} }
@ -223,8 +223,7 @@ m[^(?:(?:\-+\s*BEGIN\s+(?:PUBLIC\s+KEY|CERTIFICATE)\s*\-+\r?\n)?[a-zA-Z0-9/\+\r\
}, },
'select' => { 'select' => {
'test' => sub { 'test' => sub {
my $test = my $test = grep( { $_ eq $_[0]; }
grep( { $_ eq $_[0]; }
map( { $_->{'k'}; } @{ $_[2]{'select'}; } ) ); map( { $_->{'k'}; } @{ $_[2]{'select'}; } ) );
return $test return $test
? 1 ? 1
@ -1628,7 +1627,7 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
eval { eval {
do { do {
qr/$_[0]/; qr/$_[0]/;
} }
}; };
return $@ ? 0 : 1; return $@ ? 0 : 1;
}, },

File diff suppressed because one or more lines are too long

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