Slapi_Dn - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Summary of Data Types and Structures
To ...
Create a new condition variable.
Send notification about a condition
variable.
Wait for a condition variable.

Slapi_DN

Represents a distinguished name in a directory entry.
Syntax
#include "slapi-plugin.h"
typedef struct slapi_dn Slapi_DN;
Description
Slapi_DN
name in the server plug-in.
The following table summarizes the front-end API functions that you can call to
work with distinguished names.
To ...
Convert all characters in a DN to a
lowercase distinguished name to
make it case insensitive.
Determine if a DN is equal to a
specified suffix.
Determine if a DN is the parent of a
specific DN.
Specify a distinguished name is a
root.
Determine if the a DN is the suffix
of the local database.
204
Netscape Directory Server Plug-in Programmer's Guide • October 2004
is the data type for an opaque structure that represents a distinguished
... Call this function
slapi_new_condvar()
slapi_notify_condvar()
slapi_wait_condvar()
... Call this function
slapi_dn_ignore_case()
slapi_dn_issuffix()
slapi_dn_isparent()
slapi_dn_isroot()
slapi_dn_isbesuffix()

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents