search for: make_pdb_method

Displaying 3 results from an estimated 3 matches for "make_pdb_method".

Did you mean: make_pdb_methods
2003 Sep 26
1
how set samba use mysql
...x -I../../source/smbwrapper -Wall -g -c pdb_test.c -fPIC -DPIC -o .libs/pdb_test.lo In file included from pdb_test.c:21: ../../source/include/includes.h:896:19: proto.h: No such file or directory pdb_test.c: In function `testsam_init': pdb_test.c:111: warning: implicit declaration of function `make_pdb_methods' pdb_test.c:111: incompatible types in assignment pdb_test.c:129: warning: implicit declaration of function `debug_add_class' pdb_test.c: In function `init_module': pdb_test.c:145: warning: implicit declaration of function `smb_register_passdb' make: *** [pdb_test.lo] Error 1 [root...
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...d_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_method( pdb_method ))) { return nt_status; } (*pdb_method)->name = "testsam"; /* Functions your pdb module doesn't provide should not be set, make_pdb_methods() already provide suitable defaults for missing functions */ (*pdb_method)->setsampwent = testsam_setsampwent; (*...
2014 Sep 19
1
Samba 4.1.11 crashes sporadically
.../usr/local/lib/libpdb.so.0 #7 0x803233893 <init_samu_from_buffer+17731> at /usr/local/lib/libpdb.so.0 #8 0x80322f40a <init_samu_from_buffer+186> at /usr/local/lib/libpdb.so.0 #9 0x803224105 <pdb_tdbsam_init+1637> at /usr/local/lib/libpdb.so.0 #10 0x803246411 <make_pdb_method+9281> at /usr/local/lib/libpdb.so.0 #11 0x803242880 <pdb_uid_to_sid+48> at /usr/local/lib/libpdb.so.0 #12 0x80323a01e <uid_to_sid+574> at /usr/local/lib/libpdb.so.0 #13 0x803239f24 <uid_to_sid+324> at /usr/local/lib/libpdb.so.0 #14 0x8150107a7 <smb_fget_nt_ac...