diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-10 12:07:54 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-10 12:07:54 +0000 |
commit | c9bd108a81c2419ae5a5750d3eb1c253a7294fd9 (patch) | |
tree | cef5f693d5029e29a1d39ca5c6626b34ce0ba311 /examples/pdb/mysql/smb.conf | |
parent | 10968f47cf413d5471c7ca63394b376eac9eef40 (diff) | |
download | samba-c9bd108a81c2419ae5a5750d3eb1c253a7294fd9.tar.gz samba-c9bd108a81c2419ae5a5750d3eb1c253a7294fd9.tar.bz2 samba-c9bd108a81c2419ae5a5750d3eb1c253a7294fd9.zip |
Add example for MySQL
(This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5)
Diffstat (limited to 'examples/pdb/mysql/smb.conf')
-rw-r--r-- | examples/pdb/mysql/smb.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 |