search for: pdb_udb_setsampw

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

2006 Jul 28
1
troubleshooting a custom passdb module
...hard to see where the problem is. Our user database contains all the normal UNIX account info, uid, gid, etc. When it comes to Samba it our user database only contain LMHASH and NTHASH. What are the miminal fuctions I 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_met...