Keep Register modules parameters (#1531)

environments/ppa-mbqj77/deployments/434
Clément OUDOT 7 years ago
parent c968973c76
commit 588852952e
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Compact.pm

@ -11,7 +11,7 @@ sub compactConf {
# Remove unused auth parameters
my %keep;
foreach my $type (qw(authentication userDB passwordDB)) {
foreach my $type (qw(authentication userDB passwordDB registerDB)) {
my $mod = $conf->{$type} || 'Null';
$mod =~ s/OpenIDConnect/oidc/i;
$mod = lc($mod);

Loading…
Cancel
Save