Document ConventionsPreface 13Document ConventionsThe Directory Server runs on Windows NT and a number of different UNIXplatforms; the information here applies to all versions. File and directory paths aregiven in Unix format (with forward slashes separating directory names). ForWindows versions, the directory paths are the same, except that you usebackslashes instead of slashes to separate directories.This book uses Uniform Resource Locators (URLs) of the formslapi_entry_attr_replace() slapi_entry_attr_replace_sv()slapi_attr_get_values() slapi_attr_value_find()slapi_attr_get_oid() slapi_attr_get_oid_copy()slapi_pw_find() slapi_pw_find_sv()slapi_call_syntax_values2keys() slapi_call_syntax_values2keys_sv()slapi_call_syntax_assertion2keys_ava() slapi_call_syntax_assertion2keys_ava_sv()slapi_call_syntax_assertion2keys_sub() slapi_call_syntax_assertion2keys_sub_sv()slapi_entry_attr_hasvalue() slapi_entry_attr_has_syntax_value()The following internal-operation calls are deprecated. The new internal operation functions that are definedin slapi-plugin.h take a Slapi_PBlock for extensibility and support the new plug-in configurationcapabilities.slapi_search_internal_callback() slapi_search_internal_callback_pb()slapi_search_internal() slapi_search_internal_pb()slapi_modify_internal() slapi_modify_internal_pb()slapi_add_internal() slapi_add_internal_pb()slapi_delete_internal() slapi_delete_internal_pb()slapi_modrdn_internal() slapi_modrdn_internal_pb()The following three functions are not multi-thread safe; they return a pointer to unprotected data. Use thenew functions in slapi-plugin.h that end in _copy() instead.slapi_get_supported_controls() slapi_get_supported_controls_copy()slapi_get_supported_extended_ops() slapi_get_supported_extended_ops_copy()slapi_get_supported_saslmechanism() slapi_get_supported_saslmechanisms_copy()Table 0-1 Deprecated Functions and Their Suggested Replacements (Continued)Deprecated Function Suggested Replacement Function