Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
927f5e07
Commit
927f5e07
authored
Dec 27, 2018
by
Christophe Maudoux
🐛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng
parents
0b1f6b5c
3962dd3f
Pipeline
#3812
failed with stages
in 8 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GPG.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GPG.pm
+2
-2
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GPG.pm
View file @
927f5e07
...
...
@@ -81,8 +81,8 @@ sub extractFormInfo {
}
$self
->
setSecurity
(
$req
);
$self
->
userLogger
->
notice
("
Good GPG signature
");
$self
->
userLogger
->
debug
("
GPG out:
\n
$out
\n
$err
\
*****
");
unless
(
$err
=~
/using .*? key (.*)$/m
or
$err
=~
/avec la clef RSA (.*)$/m
)
{
$self
->
userLogger
->
debug
("
GPG out:
\n
$out
\n
$err
");
unless
(
$err
=~
/using .*? key (.*)$/m
)
{
$self
->
logger
->
error
("
Unable to parse gpgv result:
\n
$err
");
return
PE_ERROR
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment