Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
7b114591
Commit
7b114591
authored
Feb 25, 2021
by
Francesc Guasch
Browse files
fix(auth): retries dead LDAP connection on startup
parent
3c92e6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Auth.pm
View file @
7b114591
...
...
@@ -26,7 +26,6 @@ sub init {
$LDAP_OK
=
0
;
require
Ravada::Auth::
LDAP
;
Ravada::Auth::LDAP::
init
(
$config
);
Ravada::Auth::LDAP::
_connect_ldap
();
$LDAP_OK
=
1
;
};
warn
$@
if
$@
;
...
...
Write
Preview
Supports
Markdown
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