Document Conventions - Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual

Table of Contents

Advertisement

Deprecated Functions and Their Suggested Replacements (Continued)
Table 0-1
Deprecated Function
slapi_entry_attr_replace()
slapi_attr_get_values()
slapi_attr_get_oid()
slapi_pw_find()
slapi_call_syntax_values2keys()
slapi_call_syntax_assertion2keys_ava()
slapi_call_syntax_assertion2keys_sub()
slapi_entry_attr_hasvalue()
The following internal-operation calls are deprecated. The new internal operation functions that are defined
in slapi-plugin.h take a Slapi_PBlock for extensibility and support the new plug-in configuration
capabilities.
slapi_search_internal_callback()
slapi_search_internal()
slapi_modify_internal()
slapi_add_internal()
slapi_delete_internal()
slapi_modrdn_internal()
The following three functions are not multi-thread safe; they return a pointer to unprotected data. Use the
new functions in slapi-plugin.h that end in _copy() instead.
slapi_get_supported_controls()
slapi_get_supported_extended_ops()
slapi_get_supported_saslmechanism()

Document Conventions

The Directory Server runs on Windows NT and a number of different UNIX
platforms; the information here applies to all versions. File and directory paths are
given in Unix format (with forward slashes separating directory names). For
Windows versions, the directory paths are the same, except that you use
backslashes instead of slashes to separate directories.
This book uses Uniform Resource Locators (URLs) of the form
Suggested Replacement Function
slapi_entry_attr_replace_sv()
slapi_attr_value_find()
slapi_attr_get_oid_copy()
slapi_pw_find_sv()
slapi_call_syntax_values2keys_sv()
slapi_call_syntax_assertion2keys_ava_sv()
slapi_call_syntax_assertion2keys_sub_sv()
slapi_entry_attr_has_syntax_value()
slapi_search_internal_callback_pb()
slapi_search_internal_pb()
slapi_modify_internal_pb()
slapi_add_internal_pb()
slapi_delete_internal_pb()
slapi_modrdn_internal_pb()
slapi_get_supported_controls_copy()
slapi_get_supported_extended_ops_copy()
slapi_get_supported_saslmechanisms_copy()
Document Conventions
Preface
13

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents