LDAP-UX Client Services B.05.00 with Microsoft Windows Active Directory Server Administrator's Guide (obsolete beyond B.05.00)

Directory Server is registered in the DNS domain, the
directory server host name and port number must be
specified with command-line options or with environment
variable LDAP_HOSTPORT. If values are not given for any
required parameters that do not have defaults, silent mode
will abort.
2.3.2.2 autosetup environment variables
The following environment variables can be used with autosetup when the corresponding option
(defined in Section 2.3.2.1 (page 18)) is not used:
LDAP_BINDDN Specifies the distinguished name (DN) of a user who has sufficient directory
server privileges to create a new computer account. This typically specifies
the domain administrator's distinguished name (DN). When installing LDAP-UX
for the first time in a Windows Domain, it can be any user who has sufficient
privileges to update the schema on the directory server and add a new
computer account and password to the cn=computers container. When
installing and configuring LDAP-UX to add a host to a Windows domain that
already has been configured with LDAP-UX, this can be the DN of any user
with sufficient privilege to add a new computer account, and set a password
on that account. An example of a DN for this variable is
CN=Administrator,CN=Users,DC=ldaptest,DC=west,DC=com
Equivalent to using the -D option in the command line.
LDAP_BINDCRED Sets the password for the user defined by LDAP_BINDDN. Equivalent to using
the -j option in the command line (except this command-line option specifies
a file containing the password).
LDAP_DOMAIN Sets the name of the Windows Active Directory Server domain that will be
joined by the local HP-UX host (client); for example, nwest.acme.com.
Equivalent to using the -x option in the command line. Used only if the
LDAP_HOSTPORT is not specified.
LDAP_HOSTPORT Sets the host name (or IP address), and optionally the port number, of the
Windows Active Directory Server where the local HP-UX host (client) should
be added. Equivalent to using the -h and -p options in the command line.
The default host name is the fully-qualified DNS domain name of the host;
the default port is 389. Specify in one of the following formats:
host-name
host-name:port
ip-address
ip-address:port
LDAP_SSLPORT Specifies the port number for accessing the Windows Active Directory Server
host when SSL options are used. The default is 636.
2.3.2.3 autosetup command examples
The following are examples showing how to run autosetup with command-line options:
Example 1 autosetup: interactive mode with verbose set at the highest level
# autosetup -v 3
This command runs autosetup interactively, with verbose set at the highest level for debugging
purposes.
20 Installing LDAP-UX Client Services