search for: testsam_getsampwnam

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

2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...uct samu *user) { DEBUG(10, ("testsam_getsampwent called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /****************************************************************** Lookup a name in the SAM database ******************************************************************/ static NTSTATUS testsam_getsampwnam (struct pdb_methods *methods, struct samu *user, const char *sname) { DEBUG(10, ("testsam_getsampwnam called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /*************************************************************************** Search by sid ******************************************...