Displaying 1 result from an estimated 1 matches for "testsam_endsampw".
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...date, uint32 acb_mask)
{
DEBUG(10, ("testsam_setsampwent called\n"));
return NT_STATUS_NOT_IMPLEMENTED;
}
/***************************************************************
End enumeration of the passwd list.
****************************************************************/
static void testsam_endsampwent(struct pdb_methods *methods)
{
DEBUG(10, ("testsam_endsampwent called\n"));
}
/*****************************************************************
Get one struct samu from the list (next in line)
*****************************************************************/
static NTSTATUS tests...