search for: testsam_add_sam_account

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

2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...BUG(10, ("testsam_update_sam_account called\n")); return NT_STATUS_NOT_IMPLEMENTED; } /*************************************************************************** Adds an existing struct samu ****************************************************************************/ static NTSTATUS testsam_add_sam_account (struct pdb_methods *methods, struct samu *newpwd) { DEBUG(10, ("testsam_add_sam_account called\n")); return NT_STATUS_NOT_IMPLEMENTED; } NTSTATUS testsam_init(struct pdb_methods **pdb_method, const char *location) { NTSTATUS nt_status; if (!NT_STATUS_IS_OK(nt_status = make_pdb_meth...