![Netscape NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR Administrator'S Manual Download Page 533](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-1-administrator/netscape-directory-server-6-1-administrator_administrators-manual_1674675533.webp)
533
Appendix
C
LDAP URLs
When you access the Netscape Directory Server (Directory Server) using a
web-based client such as Directory Server Gateway, you must provide an LDAP
URL identifying the Directory Server you wish to access.
You also use LDAP URLs when managing Directory Server referrals or access
control instructions. This appendix contains the following sections:
•
Components of an LDAP URL (page 533)
•
Escaping Unsafe Characters (page 535)
•
Examples of LDAP URLs (page 536)
Components of an LDAP URL
LDAP URLs have the following syntax:
ldap[s]://
hostname
:
port
/
base_dn
?
attributes
?
scope
?
filter
The
ldap://
protocol is used to connect to LDAP servers over unsecured
connections, and the
ldaps://
protocol is used to connect to LDAP servers over
SSL connections. Table C-1 lists the components of an LDAP URL.
Table C-1
LDAP URL Components
Component
Description
hostname
Name (or IP address in dotted format) of the LDAP server. For
example:
ldap.example.com
or
192.202.185.90
port
Port number of the LDAP server (for example, 696). If no port is
specified, the standard LDAP port (389) or LDAPS port (636) is
used.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Directory Server Version6 1 August 2002...
Page 20: ...20 Netscape Directory Server Administrator s Guide August 2002...
Page 24: ...24 Netscape Directory Server Administrator s Guide August 2002...
Page 142: ...Using Referrals 142 Netscape Directory Server Administrator s Guide August 2002...
Page 440: ...Miscellaneous Tuning Tips 440 Netscape Directory Server Administrator s Guide August 2002...
Page 442: ...442 Netscape Directory Server Administrator s Guide August 2002...
Page 478: ...PTA Plug In Syntax Examples 478 Netscape Directory Server Administrator s Guide August 2002...
Page 498: ...498 Netscape Directory Server Administrator s Guide August 2002...
Page 538: ...Examples of LDAP URLs 538 Netscape Directory Server Administrator s Guide August 2002...