Neoview User Management and Security Administration Guide (R2.5)
Examples
The following command defines an openLDAP directory server called
NeoviewDirectoryServer, with a priority of 9. The command specifies the host, port, and
version. For all other parameters, values from the default configuration are substituted at runtime.
.sec create LDAP server NeoviewDirectoryServer 9,host 127.0.0.1, port
389, version 3
The following command defines an Active Directory Global Catalog server, to which the LDAP
daemon directs search requests (unless the configuration includes another server called
NeoviewDirectoryServer with a higher value of UsagePri):
.sec create ADGC server NeoviewDirectoryServer 100,host chi.lab.corp.net,
port 3268
The following command defines a directory server called NeoviewDirectoryServer, with a
priority of 9. The command includes a value for the host but not the port. In this case, NCI
prompts for the port and echoes the output to the screen:
.sec create server NeoviewDirectoryServer 9,host 1.2.3.4, port
Port: 636
Changing an Existing Directory Server Configuration
The Security Manager can use the HPDM Edit Directory Server dialog or the NCI ALTER SERVER
command to modify the configuration entry for an external directory server.
Table 4-2 Changing a Directory Server Configuration
CommentRangeInitial ValueField Name (HPDM)
Parameter Name
(NCI)
Has the value
NeoviewDirectoryServer
for openLDAP and for the
global catalog in Active
Directory. Has the name of
the Active Directory
domain if the server is a
domain controller.
To change this
value, you must
remove the
server
configuration
entry and add it
again.
Value set when you
added the server.
Domain name
domainName
Relative usage priority of
the server.
To change this
value, you must
remove the
server and add it
again.
Value set when you
added the server.
UsagePriorityUsagePri
Host name of the LDAP
server. If the server uses SSL
or TLS encryption, this
name must be fully
qualified and must match
the name in the security
certificate; do not specify a
numerical IP address.
Maximum of 128
characters
Value set when you
added the server or
when you last
modified the
configuration.
Host NameHost
Port number for connecting
to the LDAP server
1-65535Value set when you
added the server or
when you last
modified the
configuration.
Port NumberPort
LDAP protocol version
supported by the server
2 or 3Value set when you
added the server or
when you last
modified the
configuration.
Version 2, Version 3
(radio buttons)
Version
LDAP Server Configuration Interfaces 87