![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 162](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642162.webp)
Using the DIOP Feature
162
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
b.
In the text editor, open the
dse.ldif
file.
The file is located in the
<server_root>/slapd-<diopInstance>/config/dse.ldif
directory.
c.
Add the above mentioned entry, and save your changes, and close the file.
d.
Restart the server.
<server_root>/slapd-<diopInstance>/start-server
•
By using the
ldapmmodify
command.
You can also add the above entry by running the
ldapmodify
command on the
slapd-<diopInstance>
server with the an LDIF input file containing the
above entry. For example, your command might look like this:
./ldapmodify -h
host
-p
port
-w
password
-D "cn=directory manager"
-vcaf
ldif_file_containing_the_entry
Once you add the above entry to the server configuration, the DIOP functionality is
enabled in the server.
Using the DIOP Feature
This section explains how you can verify whether the DIOP feature works in
Directory Server. After you have successfully installed and configured two
instances of Directory Servers (as explained in the preceding sections), follow the
instructions in this section.
Note that to help you understand the DIOP feature, a sample plug-in in provided.
Details of this plug-in is covered in “Sample DIOP Plug-In,” on page 164. It is
recommended that you review the sample plug-in first and use that as an example
to develop your own plug-in.
To verify the DIOP feature, you may use the sample plug-in or reconfigure
Directory Server to use your own plug-in. You can also remove the plug-in
altogether from the server.
NOTE
An example plug-in is shipped with the server to show how a DIOP
pre-operation plug-in can be used to work with the DIOP-enabled
server. For details about the sample plug-in, see “Sample DIOP
Plug-In,” on page 164.
To use the sample plug-in or your own custom plug-in in the
server, see “Using the DIOP Feature,” on page 162.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...