Fix wrapper (#1885)

environments/ppa-mbqj77/deployments/794^2
Christophe Maudoux 6 years ago
parent 8d9c35f836
commit 96c5006d9a
  1. 1
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
  2. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/ApacheMP2/FCGIClient.pm
  3. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  4. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  5. 2
      lemonldap-ng-manager/site/htdocs/static/struct.json

@ -50,7 +50,6 @@ sub defaultValues {
'cspImg' => '\'self\' data:',
'cspScript' => '\'self\'',
'cspStyle' => '\'self\'',
'customToTrace' => '',
'dbiAuthnLevel' => 2,
'dbiExportedVars' => {},
'demoExportedVars' => {

@ -93,7 +93,7 @@ sub handler {
$r->user( $hdrs{'Lm-Remote-User'} );
}
if ( $hdrs{'Lm-Remote-Custom'} ) {
$r->custom( $hdrs{'Lm-Remote-Custom'} );
$r->subprocess_env( REMOTE_CUSTOM => $hdrs{'Lm-Remote-Custom'} );
}
my $i = 1;

@ -1020,8 +1020,7 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'text'
},
'customToTrace' => {
'default' => '',
'type' => 'lmAttrOrMacro'
'type' => 'lmAttrOrMacro'
},
'customUserDB' => {
'type' => 'text'

@ -881,7 +881,6 @@ sub attributes {
},
customToTrace => {
type => 'lmAttrOrMacro',
default => '',
documentation => 'Session parameter used to fill REMOTE_CUSTOM',
flags => 'hp',
},

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