Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
244
Issues
244
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Show 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