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
Maxime Besson
lemonldap-ng
Commits
1020c73a
Commit
1020c73a
authored
Feb 06, 2019
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update #1639 patch to handle Brute Forec protection
parent
8a865217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Process.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Process.pm
+2
-1
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Process.pm
View file @
1020c73a
...
...
@@ -311,7 +311,8 @@ sub authenticate {
);
# Ignore result, process will end at least with PE_BADCREDENTIALS
$self
->
process
(
$req
);
my
$tmp
=
$self
->
process
(
$req
);
$ret
=
$tmp
if
(
$tmp
>
0
);
return
$ret
;
}
...
...
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