Displaying 1 result from an estimated 1 matches for "a5722bd4".
Did you mean:
a5222bd3
2004 Nov 04
1
samba and mysql backend
Hello,
I have successfully compiled samba with the mysql module. I had to
make this change for it to compile. In:
samba-3.0.7/source/passwd/pdb_mysql.c
change
#include <mysql/mysql.h>
to
#include <mysql.h>
Then I setup the smb.conf file for mysql:
netbios name = machine
workgroup = coach
security = user
domain logons = yes
domain master = yes
passdb backend = mysql:samba