JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Reference 11 g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

1.  Directory Server Enterprise Edition File Reference

Software Layout for Directory Server Enterprise Edition

Directory Server Instance Default Layout

Directory Proxy Server Instance Default Layout

Part I Directory Server Reference

2.  Directory Server Overview

3.  Directory Server LDAP URLs

4.  Directory Server LDIF and Search Filters

5.  Directory Server Security

6.  Directory Server Monitoring

7.  Directory Server Replication

8.  Directory Server Data Caching

9.  Directory Server Indexing

10.  Directory Server Logging

11.  Directory Server Groups and Roles

12.  Directory Server Class of Service

13.  Directory Server DSMLv2

14.  Directory Server Internationalization Support

Part II Directory Proxy Server Reference

15.  Directory Proxy Server Overview

16.  Directory Proxy Server Load Balancing and Client Affinity

17.  Directory Proxy Server Distribution

18.  Directory Proxy Server Virtualization

19.  Connections Between Directory Proxy Server and Backend LDAP Servers

20.  Connections Between Clients and Directory Proxy Server

21.  Directory Proxy Server Client Authentication

22.  Security in Directory Proxy Server

23.  Directory Proxy Server Logging

Introduction to Directory Proxy Server Logs

Log File Rotation

Log File Deletion

Message Severity

Error Logs for Directory Proxy Server

Error Log Levels

Format of an Error Message

Access Logs for Directory Proxy Server

Access Log Levels

Format of an Access Log Message

Message Parts in an Access Log

Access Log Buffer

Bind Logs for Directory Proxy Server

Format of a Bind Log Message

Message Part in a Bind Log

Bind Log Buffer

Connection Logs for Directory Proxy Server

Format of a Connection Log Message

Message Part in a Connection Log

Connection Log Buffer

Tracking Client Requests Through Directory Proxy Server and Directory Server Access Logs

Tracking Operations by Connection

Tracking Operations in Directory Proxy Server

Tracking Operations Between Directory Proxy Server and Directory Server

Client Identification

24.  Directory Proxy Server Alerts and Monitoring

Index

Bind Logs for Directory Proxy Server

Bind logs contain information about the successful bind operations received from the clients. This is the same information placed in the access log, but the information is replicated to avoid loosing it when old access logs are deleted.

Format of a Bind Log Message

A bind log message has this format:

timestamp - category - severity -
 connectionNumber operationNumber messageID operationType messageText

The category is always BIND and severity is always INFO.

Example 23-3 Extract of a Bind Log

[07/Sep/2010:14:32:38 +0200] - BIND - INFO - conn=11 op=1 msgid=2 BIND 
    dn="cn=proxy manager" method="NONE" version=3 controls=""

[07/Sep/2010:14:32:43 +0200] - BIND - INFO - conn=12 op=0 msgid=396 BIND 
    dn="uid=jvedder,ou=people,dc=example,dc=com" method="SIMPLE" version=3 controls=""

Message Part in a Bind Log

Bind messages are similar to the bind messages in the access log. See Content of Access, Error, and Audit Logs.

Bind Log Buffer

Bind log messages are stored in a buffer. The buffer is flushed to the bind log at the following times:

By default, the size of the bind log buffer is 1M. However, the size of the buffer can be configured to control the frequency with which it is flushed. Setting the buffer size to 0 will disable buffering (and make Directory Proxy Server slower).

You can configure the size of the bind log buffer by setting the log-buffer-size property. For information about how to configure bind log properties, see Configuring Directory Proxy Server Logs in Oracle Directory Server Enterprise Edition Administration Guide.