search for: testsam_delete_sam_account

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

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