Virtual Server Selection for Request Processing
306
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
USERDB
Defines the user database used by the virtual server.
See “User Database Selection,” on page 307 for more information about how a user
database is selected for a given virtual server.
Subelements:
none
Attributes:
Virtual Server Selection for Request Processing
Before the server can process a request, it must accept the request via a listen
socket, then direct the request to the correct connection group and virtual server.
This section discusses how the virtual server is determined.
After the virtual server is determined, the server executes the
obj.conf
file for the
virtual server class to which the virtual server belongs. For details about how the
server decides which directives to execute in
obj.conf
, see “Flow of Control in
obj.conf,” on page 35.
A connection group is first selected as follows:
•
If the listen socket is configured to listen on a particular IP address, it can
contain only one connection group, and that group is selected.
•
If the listen socket is configured to listen on
any
, the IP address to which the
client connected is matched to the
matchingip
attribute of a connection group
contained by that listen socket. If no
matchingip
attribute matches, the
connection group with
matchingip=default
is selected.
id
The user database name in the virtual server’s ACL file. A
user database name cannot begin with a number.
database
The user database name in the
dbswitch.conf
file.
basedn
(optional) Overrides the base DN lookup in the
dbswitch.conf
file. However, the
basedn
value is still
relative to the base DN value from the
dbswitch.conf
entry.
certmaps
(optional) Specifies which certificate to LDAP entry mappings
(defined in
certmap.conf
) to use. If not present, all
mappings are used. All lookups based on mappings in
certmap.conf
are relative to the final base DN of the
VS
.
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...