search for: testsam_setsampwent

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

Did you mean: testsam_getsampwent
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...s.h" static int testsam_debug_level = DBGC_ALL; #undef DBGC_CLASS #define DBGC_CLASS testsam_debug_level /*************************************************************** Start enumeration of the passwd list. ****************************************************************/ static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask) { DEBUG(10, ("testsam_setsampwent called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /*************************************************************** End enumeration of the passwd list. ******************************************...