This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
fix(ldap): sql errors in the log on authentication #7278
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sc979
force-pushed
the
MON-3529-sql-error-on-ldap-authentication
branch
from
March 15, 2019 10:58
33baa2b
to
a3523d2
Compare
kduret
approved these changes
Mar 18, 2019
jdelpierre
reviewed
Mar 18, 2019
jdelpierre
reviewed
Mar 18, 2019
jdelpierre
reviewed
Mar 18, 2019
jdelpierre
reviewed
Mar 18, 2019
jdelpierre
reviewed
Mar 18, 2019
callapa
previously requested changes
Mar 18, 2019
sc979
force-pushed
the
MON-3529-sql-error-on-ldap-authentication
branch
from
March 18, 2019 16:17
a3523d2
to
5177c76
Compare
sc979
requested review from
callapa and
jdelpierre
and removed request for
callapa
March 18, 2019 16:17
sc979
force-pushed
the
MON-3529-sql-error-on-ldap-authentication
branch
from
March 18, 2019 16:24
5177c76
to
b94e8e9
Compare
jdelpierre
approved these changes
Mar 19, 2019
sc979
added a commit
that referenced
this pull request
Mar 20, 2019
* enh(ldap): optimize ldap sync at config generation (Fix #6949) * fix(log): removing ldap error on password * fix(log): removing ldap error when no dnContact found * fix(ldap): error when no default contactgroup was chosen * fix(ldap): broken PDO when the value is null * enh(ldap): adding more precise error messages and commenting code
This was referenced Apr 30, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
LDAP SQL errors in the logs
Description
Fixes # (issue): support
Type of change
Cleaning code
Fixing : "Undefined index: contact_passwd" in php logs
Fixing: "QUERY : SELECT contact_id FROM contact WHERE contact_ldap_dn IN ()" in sql logs
Target serie
How this pull request can be tested ?
When importing an user from the LDAP, you should find these errors before applying the fix.
Checklist
Community contributors & Centreon team
Centreon team only