Preface; Using Directory Server Plug-In Apis; Document Conventions - Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual

Table of Contents

Advertisement

Deprecated Functions and Their Suggested Replacements (Continued)
Table 0-1
Deprecated Function
slapi_entry_delete_values()
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 a number of different UNIX platforms; the
information here applies to all versions.
This book uses Uniform Resource Locators (URLs) of this form:
Suggested Replacement Function
slapi_entry_delete_values_sv()
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

23

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents