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
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
cddb4fc8
Commit
cddb4fc8
authored
Nov 07, 2017
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change message log level from warn to debug (
#1329
)
parent
e9d97ea0
Changes
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/Lib/SAML.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm
+2
-2
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm
View file @
cddb4fc8
...
...
@@ -223,7 +223,7 @@ sub loadIDPs {
unless
(
$self
->
conf
->
{
samlIDPMetaDataXML
}
and
keys
%
{
$self
->
conf
->
{
samlIDPMetaDataXML
}
}
)
{
$self
->
logger
->
warn
("
No IDP found in configuration
");
$self
->
logger
->
debug
("
No IDP found in configuration
");
}
# Load identity provider metadata
...
...
@@ -310,7 +310,7 @@ sub loadSPs {
unless
(
$self
->
conf
->
{
samlSPMetaDataXML
}
and
keys
%
{
$self
->
conf
->
{
samlSPMetaDataXML
}
}
)
{
$self
->
logger
->
warn
("
No SP found in configuration
");
$self
->
logger
->
debug
("
No SP found in configuration
");
}
# Load service provider metadata
...
...
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