From c9bd108a81c2419ae5a5750d3eb1c253a7294fd9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 10 Nov 2002 12:07:54 +0000 Subject: Add example for MySQL (This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5) --- examples/pdb/mysql/smb.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/pdb/mysql/smb.conf (limited to 'examples/pdb/mysql/smb.conf') diff --git a/examples/pdb/mysql/smb.conf b/examples/pdb/mysql/smb.conf new file mode 100644 index 0000000000..61a3f19816 --- /dev/null +++ b/examples/pdb/mysql/smb.conf @@ -0,0 +1,11 @@ +[global] +netbios name = FOOBAR +workgroup = TESTGROUP +security = domain +domain logons = yes +domain master = yes +passdb backend = plugin:/usr/local/samba/lib/pdb_mysql.so:mysql +mysql:mysql host = rhonwyn +mysql:mysql user = samba +mysql:mysql password = ambas +mysql:mysql database = samba -- cgit