search for: testsam_update_sam_account

Displaying 1 result from an estimated 1 matches for "testsam_update_sam_account".

2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...10, ("testsam_delete_sam_account called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /*************************************************************************** Modifies an existing struct samu ****************************************************************************/ static NTSTATUS testsam_update_sam_account (struct pdb_methods *methods, struct samu *newpwd) { DEBUG(10, ("testsam_update_sam_account called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /*************************************************************************** Adds an existing struct samu **************************************...