search for: passdb_interface_version

Displaying 2 results from an estimated 2 matches for "passdb_interface_version".

2004 Aug 31
2
plaintext backend
Hello I would like to use plaintext backend with a simple Samba 3.0.6 configuration to get rid of the system of double passwords and rely just on the plain old unix /etc/passwd ones. However I couldn't find any information about it in 1) man smb.conf 2) online Samba official HOWTO I tried putting passdb backend = plaintext into a smb.conf file with security=share and the Samba server
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...0, ("testsam: Debug class number of 'testsam': %d\n", testsam_debug_level)); DEBUG(0, ("Initializing testsam\n")); if (location) DEBUG(10, ("Location: %s\n", location)); return NT_STATUS_OK; } NTSTATUS init_module(void) { return smb_register_passdb(PASSDB_INTERFACE_VERSION, "testsam", testsam_init); }