LDAP-UX Client Services B.04.00 with Microsoft Windows 2000/2003 Active Directory Administrator's Guide

Installing LDAP-UX Client Services
Configuring LDAP-UX Client Services
Chapter 2 35
1. Log in as root and run the setup program:
cd /opt/ldapux/config
./setup
The setup program asks you a series of questions and usually
provides default answers. Press the Enter key to accept the default,
or change the value and press the Enter key. At any point during
setup, press the Control-b keys to return to the previous screen or
press the Control-c keys to exit setup.
2. Choose Windows 2000 or 2003 as your LDAP directory server (option
2).
3. Enter either the host name or IP address of the directory server
where your profile exists, or where you want to create a new profile.
4. Enter the port number of the previous specified directory server that
you want to store the profile, from Appendix A. The default port
number is 389.
To check the directory to see if the schema has been extended with
the LDAP-UX Client Services object class DUAConfigProfile, enter
the DN (Distinguished Name) and password of a user. This must be
done, but only needs to be done once. See Appendix B for a detailed
description of these object classes.
5. If the schema has already been extended, setup skips this step.
Otherwise, to extend the schema, enter the DN and password of a
directory user who can extend the directory schema from Appendix
A.
6. For new profiles, the profile object must be created under the
‘ConfigurationNamingContext’ container, which is usually
CN=Configuration, <domain root>, or it can be created under any
path with an object class of ‘Container’. These container entries must
exist before any new profile entries can be created.
7. Enter either the DN of a new profile, or the DN of an existing profile,
from Appendix A.
To display all the profiles in the directory, use a command like the
following:
ldapsearch –D <directory user> -w <credentials> -s sub –b
“CN=System, DC=cup, DC=hp, DC=com” –h <Active Directory
host>
-p <Active Directory port> objectclass=DUAConfigProfile