57
Chapter
5
Front-End API Functions
The Netscape Directory Server (Directory Server) provides some general-purpose,
front-end API functions that allow you to work with the entries in the Directory
Server. This chapter explains how to use the front-end API functions to accomplish
various tasks; you can call these functions in your plug-in to interact with the client
(for example, send results or result codes), log messages, and work with entries,
attributes, and filters. While all of the functions described here must be used in
conjunction with other API functions, understanding how these functions work
will help you understand how to program other plug-in API functions.
This chapter contains the following sections:
•
Logging Messages
•
Adding Notes to Access Log Entries
•
Sending Data to the Client
•
Determining if an Operation Was Abandoned
•
Working with Entries, Attributes, and Values
•
Working with DNs and RDNs
•
Working with Search Filters
•
Checking Passwords
The front-end functions are declared in the
slapi-plugin.h
header file.
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...