Displaying 1 result from an estimated 1 matches for "testsam_getsampwsid".
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...onst char *sname)
{
DEBUG(10, ("testsam_getsampwnam called\n"));
return NT_STATUS_NOT_IMPLEMENTED;
}
/***************************************************************************
Search by sid
**************************************************************************/
static NTSTATUS testsam_getsampwsid (struct pdb_methods *methods, struct samu *user, const DOM_SID *sid)
{
DEBUG(10, ("testsam_getsampwsid called\n"));
return NT_STATUS_NOT_IMPLEMENTED;
}
/***************************************************************************
Delete a struct samu
***********************************...