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

Document Information

Preface

1.  New Features in Oracle Directory Server Enterprise Edition 11g Release 1 (11.1.1.5.0)

What's New in Oracle Directory Server Enterprise Edition 11g Release 1 (11.1.1.5.0)

New Features in Directory Server

New Features in Directory Proxy Server

Behavioral Changes in Directory Server Enterprise Edition

Replica Update Vector in LDIF

Change of Schema Definition

Changes in Error Log Output

Change in Product Layout

New Administrative Commands and Functionality

2.  Compatibility Issues

3.  Installation Notes

4.  ODSEE Bugs Fixed and Known Problems

5.  Directory Proxy Server Bugs Fixed and Known Problems

6.  Directory Server Resource Kit Bugs Fixed and Known Problems

What's New in Oracle Directory Server Enterprise Edition 11g Release 1 (11.1.1.5.0)

New Features in Directory Server

This section describes the new features provided in Directory Server 11g R1 (11.1.1.5.0).

Importing and Exporting Compressed Files

Suffix data can occupy a large amount of disk space, especially files in LDIF format. You can optimize transfer times and disk space by importing compressed files when initializing a suffix. You can also export compressed files. When you export suffix data, if the filename of the export file ends with .gz, ODSEE automatically compresses the file.

Support for SASL Authentication Through GSSAPI on Linux

The GSSAPI library is now available for the Linux operating system.

Schema Support for Oracle Fusion Applications

The ODSEE distribution includes the schema file FusionAppsSchema.ldif , but it is not loaded by default. Before you can use ODSEE with Oracle Fusion applications, you must import the schema definitions contained in FusionAppsSchema.ldif. Example:

$ dsee7/dsrk/bin/ldapmodify -D cn=admin,cn=Administrators,cn=config -w - -f /path/to/FusionAppsSchema.ldif  

For ODSEE 11g R1 (11.1.1.3) and earlier versions, apply the sunOneSchema.ldif bundled with OVD.

New Features in Directory Proxy Server

This section describes the new features provided in Directory Proxy Server 11g R1 (11.1.1.5.0).

New Load-Balancing Algorithms
New Options for Directory Proxy Server Logs
  • Automatically compress the access log after log rotation.

  • Track clients connected across access log rotation.

  • Display the number of busy worker threads in cn=monitor.

  • Display the number of current incoming connections.

Enhancements to Bind and Connection Logs

The bind and connection logs provide the same information already present in the access log, but in separate files. The filtered information lives longer, and is now easier to find.

New Password Hashing Schemes

The following password hashing schemes are now available: SHA256, SSHA256 SHA512 and SSHA512.