Searched refs:pdb_add_sam_account (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_guest.c117 return methods->parent->pdb_add_sam_account(methods->parent, newpwd);
H A Dpdb_interface.c767 (*context)->pdb_add_sam_account = context_add_sam_account;
971 BOOL pdb_add_sam_account(SAM_ACCOUNT *sam_acct) function
979 return NT_STATUS_IS_OK(pdb_context->pdb_add_sam_account(pdb_context, sam_acct));
H A Dpassdb.c1071 if (pdb_add_sam_account(sam_pass)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dpdbedit.c83 out->pdb_add_sam_account(out, user);
508 if (NT_STATUS_IS_OK(in->pdb_add_sam_account (in, sam_pwent))) {
565 if (NT_STATUS_IS_OK(in->pdb_add_sam_account (in, sam_pwent))) {
H A Dnet_rpc_samsync.c552 if (!pdb_add_sam_account(sam_account)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dpassdb.h264 NTSTATUS (*pdb_add_sam_account)(struct pdb_context *, SAM_ACCOUNT *sampass); member in struct:pdb_context
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_samr_nt.c2347 if ( !(ret = pdb_add_sam_account(sam_pass)) ) {

Completed in 178 milliseconds