Installation guide
and then restart the server.
592022 DN formats in Directory Server
8.2 must comply with RFC 4514.
This means that special
characters (including quotation
marks and commas) in a DN
component must be escaped.
To maintain backwards
compatibility, migrated Directory
Server entries will have encoded
special characters in the DN. On
Red Hat Enterprise Linux, DNs
are updated automatically as
part of installing the packages
on Red Hat Enterprise Linux.
However, on Solaris, the
setup-ds.pl must be run to
update DNs manually, and then
the setup script is run to
complete the updates for the
server.
On Solaris only:
1. Download the product
binaries (from Red Hat
Network or media) to the
Directory Server
installation directory.
2. Unzip the package.
gunzip -dc
filename.tar.gz |
tar -xvof -
3. Stop the Directory Server
and Admin Server.
/etc/init.d/dirsrv
stop
/etc/init.d/dirsrv
-admin stop/
4. Remove the old
packages.
pkgrm -n
DS_packages
5. Install the new packages.
pkgadd -d
/path/to/DS_packag
es.sparcv9.pkg
6. Run setup-ds.pl with
the -u option. This
updates the DN formats in
any migrated databases
to be compliant with RFC
4514.
setup-ds.pl -u
7. Restart the Directory
Server and Admin Server.
/etc/init.d/dirsrv
start
/etc/init.d/dirsrv
-admin stop
8. Run setup-ds-
adm in.pl with the -u
9. Known Issues
25