HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
Table 1-1 Deprecated functions and suggested replacements (continued)
Suggested replacement functionDeprecated function
All these functions are designed to work with entry DNs, but they no longer work with the Slapi_DN structure.
These DN functions have been deprecated. New DN management functions, slapi_sdn_*, have been added to
slapi-plugin.h.
slapi_sdn_isparent()slapi_dn_isparent()
slapi_sdn_issuffix()slapi_dn_issuffix()
slapi_sdn_get_ndn()slapi_dn_normalize()
slapi_sdn_get_parent()slapi_dn_parent()
slapi_sdn_add_rdn()slapi_dn_plus_rdn()
slapi_be_issuffix()slapi_isbesuffix()
slapi_sdn_get_backend_parent()slapi_dn_beparent()
slapi_sdn_get_ndn() (to normalize the case)
slapi_sdn_compare() (to compare DNs, regardless of case)
slapi_dn_ignore_case()
1.5 Deprecated functions and replacements 29