Bug #10067
closedIf an LDAP attribute is missing the related LDAP errors are not reported in UI (silent fail)
Description
The reported error is:
[2017-01-24 16:53:01] ERROR com.normation.ldap.sdk.RwLDAPConnection - Exception ignored (by configuration) when trying to modify entry 'directiveId=61d6bce5-116c-4e0b-85bf-93bdecc3eef5,activeTechniqueId=ab90f00a-d206-42dd-aa1b-9b493f2b4932,techniqueCategoryId=applications,techniqueCategoryId=Active Techniques,ou=Rudder,cn=rudder-configuration'. Reported exception was: serializedTags: attribute type undefined com.unboundid.ldap.sdk.LDAPException: serializedTags: attribute type undefined at com.unboundid.ldap.sdk.LDAPConnection.modify(LDAPConnection.java:2513) ~[unboundid-ldapsdk-2.3.6.jar:2.3.6] at com.normation.ldap.sdk.RwLDAPConnection$$anonfun$10$$anonfun$apply$7.apply(LDAPConnection.scala:541) ~[scala-ldap-4.1.0~beta2-SNAPSHOT.jar:na] at com.normation.ldap.sdk.RwLDAPConnection$$anonfun$10$$anonfun$apply$7.apply(LDAPConnection.scala:541) ~[scala-ldap-4.1.0~beta2-SNAPSHOT.jar:na] at scala.util.control.Exception$Catch.apply(Exception.scala:103) ~[na:na] ....
That error certainly should not be ignored.
It may happen since the start of (Rudder) times.
Updated by François ARMAND almost 8 years ago
- Subject changed from If LDAP attribute is missing, related LDAP error are not reported in UI (silent failt to If LDAP attribute is missing, related LDAP error are not reported in UI (silent fail)
- Description updated (diff)
Updated by François ARMAND over 7 years ago
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- User visibility set to Infrequent - complex configurations | third party integrations
Updated by François ARMAND over 5 years ago
- Assignee set to François ARMAND
- Priority changed from 36 to 34
Updated by François ARMAND about 5 years ago
- Effort required set to Very Small
- Priority changed from 34 to 58
Updated by François ARMAND about 5 years ago
- Status changed from New to In progress
Updated by François ARMAND about 5 years ago
This one is only reported with OpenLDAP, not with the test server in unboundID SDK.
Updated by François ARMAND about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2583
Updated by François ARMAND about 5 years ago
OK, actually I'm not sure why we ignore most of the case set to be ignored by default here:
NO_SUCH_ATTRIBUTE
=> it's clearly a failure in all case, we are adding something not in the schemUNDEFINED_ATTRIBUTE_TYPE
=> sameINVALID_ATTRIBUTE_SYNTAX
=> we are trying to add for ex a bool to a string, clearly an error.INVALID_DN_SYNTAX
=> clearly an error we want to catchENCODING_ERROR
=> same.
Perhaps keep that one:
ATTRIBUTE_OR_VALUE_EXISTS
, ENTRY_ALREADY_EXISTS
=> for idempotency
Updated by François ARMAND about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|07a386b553b8b2077d949f0a23680741357b8379.
Updated by Alexis Mousset about 5 years ago
- Subject changed from If LDAP attribute is missing, related LDAP error are not reported in UI (silent fail) to If an LDAP attribute is missing the related LDAP errors are not reported in UI (silent fail)
- Name check changed from To do to Reviewed
Updated by François ARMAND almost 5 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.15 which was released today.