\param attrs the search attributes for the query (pass NULL if none required)
\param controls an array of controls
\param context the callback function context
- \param the callback function to handle the async replies
- \param the parent request if any
+ \param callback the callback function to handle the async replies
+ \param parent the parent request if any
\return result code (LDB_SUCCESS on success, or a failure code)
*/
\param message contains the entry to be added
\param controls an array of controls
\param context the callback function context
- \param the callback function to handle the async replies
- \param the parent request if any
+ \param callback the callback function to handle the async replies
+ \param parent the parent request if any
\return result code (LDB_SUCCESS on success, or a failure code)
*/
\param message contains the entry to be modified
\param controls an array of controls
\param context the callback function context
- \param the callback function to handle the async replies
- \param the parent request if any
+ \param callback the callback function to handle the async replies
+ \param parent the parent request if any
\return result code (LDB_SUCCESS on success, or a failure code)
*/
\param dn the DN to be deleted
\param controls an array of controls
\param context the callback function context
- \param the callback function to handle the async replies
- \param the parent request if any
+ \param callback the callback function to handle the async replies
+ \param parent the parent request if any
\return result code (LDB_SUCCESS on success, or a failure code)
*/
\param newdn the new DN
\param controls an array of controls
\param context the callback function context
- \param the callback function to handle the async replies
- \param the parent request if any
+ \param callback the callback function to handle the async replies
+ \param parent the parent request if any
\return result code (LDB_SUCCESS on success, or a failure code)
*/
it needs to be NULL or a valid talloc pointer! talloc_get_type() will be used on it
\param controls an array of controls
\param context the callback function context
- \param the callback function to handle the async replies
- \param the parent request if any
+ \param callback the callback function to handle the async replies
+ \param parent the parent request if any
\return result code (LDB_SUCCESS on success, or a failure code)
*/