Sun Java System Directory Server Enterprise Edition 6.3.1 Release Notes

Preface

These release notes contain important information available at the time of release. New features and enhancements, known limitations and problems, technical notes, and other information are addressed here. Read this document before you begin using Directory Server Enterprise Edition.

How This Book Is Organized

This book includes the following chapters.

Chapter 1, Compatibility Issues addresses compatibility with previous component product versions, and with potential upcoming changes to Directory Server Enterprise Edition software.

Chapter 2, Installation Notes covers topics related to installation, including hardware and software requirements.

Chapter 3, Directory Server Bugs Fixed and Known Problems covers fixes and issues for Directory Server.

Chapter 4, Directory Proxy Server Bugs Fixed and Known Problems covers fixes and issues for Directory Proxy Server.

Chapter 5, Identity Synchronization for Windows Bugs Fixed and Known Problems covers fixes and issues for Identity Synchronization for Windows.

Chapter 6, Directory Editor Bugs Fixed and Known Problems covers fixes and issues for Directory Editor.

Chapter 7, Directory Server Resource Kit Bugs Fixed and Known Problems introduces Directory Server Resource Kit. This chapter also covers fixes and issues for Directory Server Resource Kit.

Directory Server Enterprise Edition Documentation Set

This Directory Server Enterprise Edition documentation set explains how to use Sun Java System Directory Server Enterprise Edition to evaluate, design, deploy, and administer directory services. In addition, it shows how to develop client applications for Directory Server Enterprise Edition. The Directory Server Enterprise Edition documentation set is available at Sun Java System Directory Server Enterprise Edition 6.3 Documentation Center.

For an introduction to Directory Server Enterprise Edition, review the following documents in the order in which they are listed.

Table P–1 Directory Server Enterprise Edition Documentation

Document Title 

Contents 

Sun Java System Directory Server Enterprise Edition 6.3.1 Release Notes

Contains the latest information about Directory Server Enterprise Edition, including known problems. 

Sun Java System Directory Server Enterprise Edition 6.3 Release Notes

Contains information about installing Identity Synchronization for Windows, Directory Editor, and Directory Server Resource Kit. 

Sun Java System Directory Server Enterprise Edition 7.0 Documentation Center

Contains links to key areas of the documentation set. 

Sun Java System Directory Server Enterprise Edition 6.3 Evaluation Guide

Introduces the key features of this release. Demonstrates how these features work and what they offer in the context of a fictional deployment that you can implement on a single system. 

Sun Java System Directory Server Enterprise Edition 6.3 Deployment Planning Guide

Explains how to plan and design highly available, highly scalable directory services based on Directory Server Enterprise Edition. Presents the basic concepts and principles of deployment planning and design. Discusses the solution life cycle, and provides high-level examples and strategies to use when planning solutions based on Directory Server Enterprise Edition. 

Sun Java System Directory Server Enterprise Edition 6.3 Installation Guide


Note –

To install Directory Server Enterprise Edition 6.3.1, use the instructions in Chapter 2, Installation Notes of these release notes. Do not attempt to use the installation instructions in Sun Java System Directory Server Enterprise Edition 6.3 Installation Guide to install version 6.3.1.


Explains how to install the Directory Server Enterprise Edition 6.3 software. Shows how to select which components to install, configure those components after installation, and verify that the configured components function properly. 

For instructions on installing Directory Editor, go to http://docs.sun.com/coll/DirEdit_05q1 collection.

Make sure you read the information in Sun Java System Directory Server Enterprise Edition 6.3.1 Release Notes concerning Directory Editor before you install Directory Editor.

Sun Java System Directory Server Enterprise Edition 6.3 Migration Guide

Provides migration instructions from the earlier versions of Directory Server, Directory Proxy Server, and Identity Synchronization for Windows. 

Sun Java System Directory Server Enterprise Edition 6.3 Administration Guide

Provides command-line instructions for administering Directory Server Enterprise Edition. 

For hints and instructions on using the Directory Service Control Center, DSCC, to administer Directory Server Enterprise Edition, see the online help provided in DSCC. 

For instructions on administering Directory Editor, go to http://docs.sun.com/coll/DirEdit_05q1.

For instructions on installing and configuring Identity Synchronization for Windows, see Part II, Installing Identity Synchronization for Windows, in Sun Java System Directory Server Enterprise Edition 6.3 Installation Guide.

Sun Java System Directory Server Enterprise Edition 6.3 Developer’s Guide

Shows how to develop directory client applications with the tools and APIs that are provided as part of Directory Server Enterprise Edition. 

Sun Java System Directory Server Enterprise Edition 6.3 Reference

Introduces the technical and conceptual foundations of Directory Server Enterprise Edition. Describes its components, architecture, processes, and features. Also provides a reference to the developer APIs. 

Sun Java System Directory Server Enterprise Edition 6.3 Man Page Reference

Describes the command-line tools, schema objects, and other public interfaces that are available through Directory Server Enterprise Edition. Individual sections of this document can be installed as online manual pages. 

Sun Java System Directory Server Enterprise Edition 6.3 Troubleshooting Guide

Provides information for defining the scope of the problem, gathering data, and troubleshooting the problem areas using various tools. 

Sun Java System Identity Synchronization for Windows 6.0 Deployment Planning Guide

Provides general guidelines and best practices for planning and deploying Identity Synchronization for Windows. The Identity Synchronization for Windows product is still at version 6.0. 

Related Reading

The SLAMD Distributed Load Generation Engine is a JavaTM application that is designed to stress test and analyze the performance of network-based applications. It was originally developed by Sun Microsystems, Inc. to benchmark and analyze the performance of LDAP directory servers. SLAMD is available as an open source application under the Sun Public License, an OSI-approved open source license. To obtain information about SLAMD, go to http://www.slamd.com/. SLAMD is also available as a java.net project. See https://slamd.dev.java.net/.

Java Naming and Directory Interface (JNDI) technology supports accessing the Directory Server using LDAP and DSML v2 from Java applications. For information about JNDI, see http://java.sun.com/products/jndi/. The JNDI Tutorial contains detailed descriptions and examples of how to use JNDI. This tutorial is at http://java.sun.com/products/jndi/tutorial/.

Directory Server Enterprise Edition can be licensed as a standalone product, as a component of Sun Java Enterprise System, as part of a suite of Sun products, such as the Sun Java Identity Management Suite, or as an add-on package to other software products from Sun. Java Enterprise System is a software infrastructure that supports enterprise applications distributed across a network or Internet environment. If Directory Server Enterprise Edition was licensed as a component of Java Enterprise System, you should be familiar with the system documentation at http://docs.sun.com/coll/1286.3.

Identity Synchronization for Windows uses Message Queue with a restricted license. Message Queue documentation is available at http://docs.sun.com/coll/1307.2.

Identity Synchronization for Windows works with Microsoft Windows password policies.

Redistributable Files

Directory Server Enterprise Edition does not provide any files that you can redistribute.

Default Paths and Command Locations

This section explains the default paths used in the documentation, and gives the locations of commands on different operating systems and deployment types.

Default Paths

The table in this section describes the default paths that are used in this document. For complete descriptions of the files installed, see the following product documentation.

Table P–2 Default Paths

Placeholder 

Description 

Default Value 

install-path

Represents the base installation directory for Directory Server Enterprise Edition software.

The software is installed in directories below this base install-path. For example, Directory Server software is installed in install-path/ds6/.

When you install from a zip distribution using dsee_deploy(1M), the default install-path is the current directory. You can set the install-path using the -i option of the dsee_deploy command.

When you install from a native package distribution, such as you would using the Java Enterprise System installer, the default install-path is one of the following locations:

  • Solaris systems - /opt/SUNWdsee/.

  • Red Hat systems - /opt/sun/.

  • Windows systems - C:\Program Files\Sun\JavaES5\DSEE.

instance-path

Represents the full path to an instance of Directory Server or Directory Proxy Server.

The documentation uses /local/ds/ for Directory Server and /local/dps/ for Directory Proxy Server.

No default path exists. Instance paths must nevertheless always be found on a local file system.

The following directories are recommended: 

/var on Solaris systems

/global if you are using Sun Cluster

Command Locations

The table in this section provides locations for commands that are used in Directory Server Enterprise Edition documentation. To learn more about each of the commands, see the relevant man pages.

Table P–3 Command Locations

Command 

Java ES, Native Package Distribution 

Zip Distribution 

cacaoadm

Solaris - 

/usr/sbin/cacaoadm

Solaris - 

install-path/dsee6/cacao_2/usr/sbin/cacaoadm

Red Hat - 

/opt/sun/cacao/bin/cacaoadm

Red Hat, HP-UX - 

install-path/dsee6/cacao_2/cacao/bin/cacaoadm

Windows - 

install-path\share\cacao_2\bin\cacaoadm.bat

Windows - 

install-path\dsee6\cacao_2\bin\cacaoadm.bat

certutil

Solaris - 

/usr/sfw/bin/certutil

install-path/dsee6/bin/certutil

Red Hat - 

/opt/sun/private/bin/certutil

dpadm(1M)

install-path/dps6/bin/dpadm

install-path/dps6/bin/dpadm

dpconf(1M)

install-path/dps6/bin/dpconf

install-path/dps6/bin/dpconf

dsadm(1M)

install-path/ds6/bin/dsadm

install-path/ds6/bin/dsadm

dsccmon(1M)

install-path/dscc6/bin/dsccmon

install-path/dscc6/bin/dsccmon

dsccreg(1M)

install-path/dscc6/bin/dsccreg

install-path/dscc6/bin/dsccreg

dsccsetup(1M)

install-path/dscc6/bin/dsccsetup

install-path/dscc6/bin/dsccsetup

dsconf(1M)

install-path/ds6/bin/dsconf

install-path/ds6/bin/dsconf

dsee_deploy(1M)

Not provided 

install-path/dsee6/bin/dsee_deploy

dsmig(1M)

install-path/ds6/bin/dsmig

install-path/ds6/bin/dsmig

entrycmp(1)

install-path/ds6/bin/entrycmp

install-path/ds6/bin/entrycmp

fildif(1)

install-path/ds6/bin/fildif

install-path/ds6/bin/fildif

idsktune(1M)

Not provided 

At the root of the unzipped zip distribution 

insync(1)

install-path/ds6/bin/insync

install-path/ds6/bin/insync

ns-accountstatus(1M)

install-path/ds6/bin/ns-accountstatus

install-path/ds6/bin/ns-accountstatus

ns-activate(1M)

install-path/ds6/bin/ns-activate

install-path/ds6/bin/ns-activate

ns-inactivate(1M)

install-path/ds6/bin/ns-inactivate

install-path/ds6/bin/ns-inactivate

repldisc(1)

install-path/ds6/bin/repldisc

install-path/ds6/bin/repldisc

schema_push(1M)

install-path/ds6/bin/schema_push

install-path/ds6/bin/schema_push

smcwebserver

Solaris, Linux - 

/usr/sbin/smcwebserver

This command pertains only to DSCC when it is installed using native packages distribution. 

Windows - 

install-path\share\webconsole\bin\smcwebserver

wcadmin

Solaris, Linux - 

/usr/sbin/wcadmin

This command pertains only to DSCC when it is installed using native packages distribution. 

Windows - 

install-path\share\webconsole\bin\wcadmin

Typographic Conventions

The following table describes the typographic changes that are used in this book.

Table P–4 Typographic Conventions

Typeface 

Meaning 

Example 

AaBbCc123

The names of commands, files, and directories, and onscreen computer output 

Edit your .login file.

Use ls -a to list all files.

machine_name% you have mail.

AaBbCc123

What you type, contrasted with onscreen computer output 

machine_name% su

Password:

AaBbCc123

A placeholder to be replaced with a real name or value 

The command to remove a file is rm filename.

AaBbCc123

Book titles, new terms, and terms to be emphasized (note that some emphasized items appear bold online) 

Read Chapter 6 in the User's Guide.

A cache is a copy that is stored locally.

Do not save the file.

Shell Prompts in Command Examples

The following table shows default system prompts and superuser prompts.

Table P–5 Shell Prompts

Shell 

Prompt 

C shell on UNIX and Linux systems 

machine_name%

C shell superuser on UNIX and Linux systems 

machine_name#

Bourne shell and Korn shell on UNIX and Linux systems 

$

Bourne shell and Korn shell superuser on UNIX and Linux systems 

#

Microsoft Windows command line 

C:\

Symbol Conventions

The following table explains symbols that might be used in this book.

Table P–6 Symbol Conventions

Symbol 

Description 

Example 

Meaning 

[ ]

Contains optional arguments and command options. 

ls [-l]

The -l option is not required.

{ | }

Contains a set of choices for a required command option. 

-d {y|n}

The -d option requires that you use either the y argument or the n argument.

${ }

Indicates a variable reference. 

${com.sun.javaRoot}

References the value of the com.sun.javaRoot variable.

Joins simultaneous multiple keystrokes. 

Control-A 

Press the Control key while you press the A key. 

Joins consecutive multiple keystrokes. 

Ctrl+A+N 

Press the Control key, release it, and then press the subsequent keys. 

-> 

Indicates menu item selection in a graphical user interface. 

File -> New -> Templates 

From the File menu, choose New. From the New submenu, choose Templates. 

Revision History

The following table describes the changes in versions of this document.

Table P–7 Revision History

Date 

Description of Changes 

February 2009 

Initial release 

December 2009 

Primarily the Directory Proxy Server 6.3.1 update 1 patch that corrects issues in the Directory Proxy Server component of Directory Server Enterprise Edition 6.3.1, known issues and possible workarounds in Directory Server, and known issues and possible workarounds in Identity Synchronization for Windows.

May 2010 

Updated information about installing security patches 142807–02 and 143463–01