Summary: Isode components write to logging streams when events occur.
Facility DSA_LDAP
LDAP system event notifications.
Name | Severity | ID | Description | Action |
---|---|---|---|---|
AssocAbort | error | 19 | The server aborted an LDAP chaining association (see earlier events for reason). | No operator action. |
ClosedIdleConnection | notice | 20 | An idle LDAP chaining association was closed. | No operator action. |
DecodeError | error | 8 | LDAP PDU decode error | No Operator Action |
EncodeError | error | 9 | LDAP PDU encode error | No Operator Action |
IndicationsNotReturnable | warning | 17 | An LDAP search result was stripped of some components, e.g. referrals, because the encoding failed or the session is of an inappropriate LDAP version. | No operator action. |
InvalidControl | error | 7 | An invalid LDAP client control was received. | No Operator Action |
InvalidEndpointState | error | 4 | An outgoing LDAP endpoint was in an invalid state (during bind). | No operator action. |
MalformedPDU | error | 16 | A badly constructed LDAP PDU was received. | No operator action. |
NoValidChainingAddress | notice | 22 | An attempt to perform LDAP chaining to a peer DSA failed because the conigured address does not contain an LDAP component. | Verify that the configured peer DSA address contains an LDAP address component. |
OperationNotChainable | notice | 21 | Operation is not supported in LDAP chaining. | No operator action. |
ReadFail | error | 6 | LDAP PDU read failed. | No Operator Action |
TimedOutBind | notice | 3 | An outgoing LDAP bind exceed the local operation time limit. | Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry). |
TimedOutConnect | notice | 2 | An outgoing LDAP connect exceed the local operation time limit. | Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry). |
TimedOutOperation | notice | 1 | A chained operation exceed the local operation time limit. | Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry). |
UnknownErrorCode | error | 10 | An LDAP error with unknown error code was received | No Operator Action |
UnknownFilterType | error | 11 | An unknown filter item type was encountered during encode/decode. | No Operator Action |
UnsupportedBindType | error | 13 | Unsupported bind type received. | No Operator Action. |
UnsupportedOperationType | error | 18 | Unsupported operation type received in LDAP request. | No operator action. |
UnsupportedResultType | error | 15 | Unsupported result type received in LDAP chained result PDU. | No operator action. |
UnsupportedVersion | error | 14 | Unsupported protocol version in bind request.. | No operator Action. |
VersionError | error | 12 | Unexpected protocol received for the selected protocol version. | No Operator Action |
WriteFail | error | 5 | LDAP PDU write failed. | No Operator Action |
TimedOutOperation
- Message Text
- Chained LDAP operation timed out (id: %1, assoc: %2, dsa: %3)
- Parameters
- Invoke ID.
- Association ID.
- Remote DSA.
- Description
- A chained operation exceed the local operation time limit.
- Action
- Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry).
TimedOutConnect
- Message Text
- LDAP chaining connect timed out (assoc: %1)
- Parameters
- Association ID.
- Description
- An outgoing LDAP connect exceed the local operation time limit.
- Action
- Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry).
TimedOutBind
- Message Text
- LDAP chaining bind timed out (assoc: %1)
- Parameters
- Association ID.
- Description
- An outgoing LDAP bind exceed the local operation time limit.
- Action
- Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry).
InvalidEndpointState
- Message Text
- expected:%2, was:%1
- Parameters
- State
- Expected state
- Description
- An outgoing LDAP endpoint was in an invalid state (during bind).
- Action
- No operator action.
WriteFail
- Message Text
- Write to %1 failed (errno=%2)
- Parameters
- Address
- Errno
- Description
- LDAP PDU write failed.
- Action
- No Operator Action
ReadFail
- Message Text
- addr:%1, errno:%2)
- Parameters
- Address
- Errno
- Description
- LDAP PDU read failed.
- Action
- No Operator Action
InvalidControl
- Message Text
- control: \"%1\", err: \"%2\"
- Parameters
- Control
- Error
- Description
- An invalid LDAP client control was received.
- Action
- No Operator Action
DecodeError
- Message Text
- type:\"%1\", detail:\"%2\"
- Parameters
- PDU type
- Detail
- Description
- LDAP PDU decode error
- Action
- No Operator Action
EncodeError
- Message Text
- type:\"%1\", detail:\"%2\"
- Parameters
- PDU type
- Detail
- Description
- LDAP PDU encode error
- Action
- No Operator Action
UnknownErrorCode
- Message Text
- code:%1
- Parameters
- Code
- Description
- An LDAP error with unknown error code was received
- Action
- No Operator Action
UnknownFilterType
- Message Text
- type:%1
- Parameters
- Type tag
- Description
- An unknown filter item type was encountered during encode/decode.
- Action
- No Operator Action
VersionError
- Message Text
- type:%1, version:%2
- Parameters
- PDU type
- LDAP version
- Description
- Unexpected protocol received for the selected protocol version.
- Action
- No Operator Action
UnsupportedBindType
- Message Text
- type:%1
- Parameters
- Bind type
- Description
- Unsupported bind type received.
- Action
- No Operator Action.
UnsupportedVersion
- Message Text
- version:%1
- Parameters
- LDAP version
- Description
- Unsupported protocol version in bind request..
- Action
- No operator Action.
UnsupportedResultType
- Message Text
- type:%1
- Parameters
- Result type
- Description
- Unsupported result type received in LDAP chained result PDU.
- Action
- No operator action.
MalformedPDU
- Message Text
- type:%1, detail:\"%2\"
- Parameters
- PDU type
- Detail
- Description
- A badly constructed LDAP PDU was received.
- Action
- No operator action.
IndicationsNotReturnable
- Message Text
- missing:%1
- Parameters
- Missing
- Description
- An LDAP search result was stripped of some components, e.g. referrals, because the encoding failed or the session is of an inappropriate LDAP version.
- Action
- No operator action.
UnsupportedOperationType
- Message Text
- type:%1
- Parameters
- Operation type
- Description
- Unsupported operation type received in LDAP request.
- Action
- No operator action.
AssocAbort
- Message Text
- assoc:%1, state:%2
- Parameters
- File descriptor
- Closed
- Description
- The server aborted an LDAP chaining association (see earlier events for reason).
- Action
- No operator action.
ClosedIdleConnection
- Message Text
- closed idle outbound LDAP association (assoc: %1)
- Parameters
- Association ID.
- Description
- An idle LDAP chaining association was closed.
- Action
- No operator action.
OperationNotChainable
- Message Text
- assoc:%1 type:%2
- Parameters
- Association ID.
- Operation type
- Description
- Operation is not supported in LDAP chaining.
- Action
- No operator action.
NoValidChainingAddress
- Message Text
- peer:\"%1\" addr:\"%2\"
- Parameters
- Peer DSA.
- Address
- Description
- An attempt to perform LDAP chaining to a peer DSA failed because the conigured address does not contain an LDAP component.
- Action
- Verify that the configured peer DSA address contains an LDAP address component.