Closes #187 "lmAttrOrMacro test in Manager is not suitable for OpenID SREG attributes"

environments/ppa-mbqj77/deployments/1
Xavier Guimard 15 years ago
parent 5ac5454557
commit 20ab38f9f6
  1. 2
      modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm

@ -1103,7 +1103,7 @@ sub testStruct {
};
my $testNotDefined = { test => sub { 1 }, msgFail => 'Ok' };
my $lmAttrOrMacro = {
test => qr/^\$[a-zA-Z_]\w*$/,
test => qr/^\$?[a-zA-Z_]\w*$/,
msgFail => 'Value must be in the form $attr'
};

Loading…
Cancel
Save