search for: testsam_getsampwent

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

2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...sampwent(struct pdb_methods *methods) { DEBUG(10, ("testsam_endsampwent called\n")); } /***************************************************************** Get one struct samu from the list (next in line) *****************************************************************/ static NTSTATUS testsam_getsampwent(struct pdb_methods *methods, struct samu *user) { DEBUG(10, ("testsam_getsampwent called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /****************************************************************** Lookup a name in the SAM database ****************************************************...