search for: make_pdb_methods

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

Did you mean: make_pdb_method
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
...am_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; (*pdb_method)->endsampwent = testsam_endsampwent; (*pdb_method)->getsampwent = testsam_getsampwent; (*pdb_method)->getsampwnam = testsam_getsampwnam; (*pdb_method)->ge...
2014 Sep 19
1
Samba 4.1.11 crashes sporadically
Hi, I thought I should share this unusual behaiviour of samba 4.1.11. All of a sudden while I tried to delete a Folder via samba on a share it crashed. I was using Mac OSx's V 10.9.4 internal samba client (regular "CMD+K" mount via Finder). Server: [...] FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC