Summary: Isode components write to logging streams when events occur.

Facility DSA_LDAP

LDAP system event notifications.

NameSeverityIDDescriptionAction
AssocAborterror19 The server aborted an LDAP chaining association (see earlier events for reason). No operator action.
ClosedIdleConnectionnotice20 An idle LDAP chaining association was closed. No operator action.
DecodeErrorerror8 LDAP PDU decode error No Operator Action
EncodeErrorerror9 LDAP PDU encode error No Operator Action
IndicationsNotReturnablewarning17 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.
InvalidControlerror7 An invalid LDAP client control was received. No Operator Action
InvalidEndpointStateerror4 An outgoing LDAP endpoint was in an invalid state (during bind). No operator action.
MalformedPDUerror16 A badly constructed LDAP PDU was received. No operator action.
NoValidChainingAddressnotice22 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.
OperationNotChainablenotice21 Operation is not supported in LDAP chaining. No operator action.
ReadFailerror6LDAP PDU read failed.No Operator Action
TimedOutBindnotice3 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).
TimedOutConnectnotice2 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).
TimedOutOperationnotice1 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).
UnknownErrorCodeerror10 An LDAP error with unknown error code was received No Operator Action
UnknownFilterTypeerror11 An unknown filter item type was encountered during encode/decode. No Operator Action
UnsupportedBindTypeerror13 Unsupported bind type received. No Operator Action.
UnsupportedOperationTypeerror18 Unsupported operation type received in LDAP request. No operator action.
UnsupportedResultTypeerror15 Unsupported result type received in LDAP chained result PDU. No operator action.
UnsupportedVersionerror14 Unsupported protocol version in bind request.. No operator Action.
VersionErrorerror12 Unexpected protocol received for the selected protocol version. No Operator Action
WriteFailerror5LDAP PDU write failed.No Operator Action

TimedOutOperation

Message Text
  • Chained LDAP operation timed out (id: %1, assoc: %2, dsa: %3)
Parameters
  1. Invoke ID.
  2. Association ID.
  3. 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
  1. 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
  1. 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
  1. State
  2. 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
  1. Address
  2. Errno
Description
LDAP PDU write failed.
Action
No Operator Action

ReadFail

Message Text
  • addr:%1, errno:%2)
Parameters
  1. Address
  2. Errno
Description
LDAP PDU read failed.
Action
No Operator Action

InvalidControl

Message Text
  • control: \"%1\", err: \"%2\"
Parameters
  1. Control
  2. Error
Description
An invalid LDAP client control was received.
Action
No Operator Action

DecodeError

Message Text
  • type:\"%1\", detail:\"%2\"
Parameters
  1. PDU type
  2. Detail
Description
LDAP PDU decode error
Action
No Operator Action

EncodeError

Message Text
  • type:\"%1\", detail:\"%2\"
Parameters
  1. PDU type
  2. Detail
Description
LDAP PDU encode error
Action
No Operator Action

UnknownErrorCode

Message Text
  • code:%1
Parameters
  1. Code
Description
An LDAP error with unknown error code was received
Action
No Operator Action

UnknownFilterType

Message Text
  • type:%1
Parameters
  1. 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
  1. PDU type
  2. LDAP version
Description
Unexpected protocol received for the selected protocol version.
Action
No Operator Action

UnsupportedBindType

Message Text
  • type:%1
Parameters
  1. Bind type
Description
Unsupported bind type received.
Action
No Operator Action.

UnsupportedVersion

Message Text
  • version:%1
Parameters
  1. LDAP version
Description
Unsupported protocol version in bind request..
Action
No operator Action.

UnsupportedResultType

Message Text
  • type:%1
Parameters
  1. Result type
Description
Unsupported result type received in LDAP chained result PDU.
Action
No operator action.

MalformedPDU

Message Text
  • type:%1, detail:\"%2\"
Parameters
  1. PDU type
  2. Detail
Description
A badly constructed LDAP PDU was received.
Action
No operator action.

IndicationsNotReturnable

Message Text
  • missing:%1
Parameters
  1. 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
  1. Operation type
Description
Unsupported operation type received in LDAP request.
Action
No operator action.

AssocAbort

Message Text
  • assoc:%1, state:%2
Parameters
  1. File descriptor
  2. 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
  1. Association ID.
Description
An idle LDAP chaining association was closed.
Action
No operator action.

OperationNotChainable

Message Text
  • assoc:%1 type:%2
Parameters
  1. Association ID.
  2. Operation type
Description
Operation is not supported in LDAP chaining.
Action
No operator action.

NoValidChainingAddress

Message Text
  • peer:\"%1\" addr:\"%2\"
Parameters
  1. Peer DSA.
  2. 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.

All rights reserved © 2002 - 2024 Isode Ltd.