search for: pdb_udb_delete_sam_account

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

2006 Jul 28
1
troubleshooting a custom passdb module
...db_getsampwent; (*pdb_method)->getsampwnam = pdb_udb_getsampwnam; (*pdb_method)->getsampwsid = pdb_udb_getsampwsid; (*pdb_method)->add_sam_account = pdb_udb_add_sam_account; (*pdb_method)->update_sam_account = pdb_udb_update_sam_account; (*pdb_method)->delete_sam_account = pdb_udb_delete_sam_account; (*pdb_method)->rid_algorithm = pdb_udb_rid_algorithm; pdb_udb_rid_algorithm just returns true like pdb_smbpasswd.c and pdb_udb_getsampwsid returns NT_STATUS_NOT_IMPLEMENTED. Any tips or ideas out there? Here is the error message.. net -S JAZZY rpc rights grant 'JAZZY\tech' SeMac...