39.3. slapi_dn_normalize_to_end()
dn to that pointed to by end. This routine does not NULL terminate the normalized bit pointed to by dn at the return of the function.
NULL terminating the normalized DN.
Warning
#include "slapi-plugin.h" char *slapi_dn_normalize_to_end( Slapi_DN *dn, char *end);
This function takes the following parameters:
|
dn
| DN value to be normalized. |
|
end
| Pointer to the end of what will be normalized from the DN value in dn. If this argument is NULL, the DN value in dn will be wholly normalized. |
This function returns a pointer to the end of the dn that has been normalized. For example, if the RDN is cn=Jane and the DN is l=US, dc=example,dc=com, the new DN will be cn=Jane,l=US, dc=example,dc=com.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.