\brief Casefold a string
Note that the callback needs to be ASCII compatible. So first ASCII needs
- to be handle before any UTF-8. This is needed to avoid issues with dottet
+ to be handle before any UTF-8. This is needed to avoid issues with dotted
languages.
\param ldb the ldb context
'const char * const *' within the LDB_SECRET_ATTRIBUTE_LIST
opaque set on the ldb
- \sa ldb_ldif_message_string for an exact representiation of the
+ \sa ldb_ldif_message_string for an exact representation of the
message as LDIF
*/
char *ldb_ldif_message_redacted_string(struct ldb_context *ldb,
\param mem_ctx TALLOC context to return resulting ldb_dn structure on
\param dn The new DN
- \note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntacticly correct
+ \note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntactically correct
*/
struct ldb_dn *ldb_dn_new(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const char *dn);
\param mem_ctx TALLOC context to return resulting ldb_dn structure on
\param dn The new DN
- \note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntacticly correct
+ \note The DN will not be parsed at this time. Use ldb_dn_validate to tell if the DN is syntactically correct
*/
struct ldb_dn *ldb_dn_from_ldb_val(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const struct ldb_val *strdn);
/**
this allows the user to set custom utf8 function for error reporting. make
- sure it is able to handle ASCII first, so it prevents issues with dottet
+ sure it is able to handle ASCII first, so it prevents issues with dotted
languages.
*/
void ldb_set_utf8_fns(struct ldb_context *ldb,