search for: pdb_udb_getsampwsid

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

2006 Jul 28
1
troubleshooting a custom passdb module
...should provide to passdb, currently I have: (*pdb_method)->setsampwent = pdb_udb_setsampwent; (*pdb_method)->endsampwent = pdb_udb_endsampwent; (*pdb_method)->getsampwent = pdb_udb_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 t...