summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-30 12:42:18 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-30 12:42:18 +0000
commit7ea0ef92cbd49db6d7ae0d1e72b8f4f1f1fb7e7c (patch)
treeaacbc2f53acbcb8068d9dac1c4baa5b3443efb1a /source3/modules
parent01f0236f58775e2bf60250caf2b9740bd9f988ea (diff)
downloadsamba-7ea0ef92cbd49db6d7ae0d1e72b8f4f1f1fb7e7c.tar.gz
samba-7ea0ef92cbd49db6d7ae0d1e72b8f4f1f1fb7e7c.tar.bz2
samba-7ea0ef92cbd49db6d7ae0d1e72b8f4f1f1fb7e7c.zip
- Point users at the HOWTO Collection instead of 'README' in modules/mysql.c
- Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow (This used to be commit 794d3ed03619a4e41558d9ff65783a1aa1b2be90)
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/mysql.c b/source3/modules/mysql.c
index 40694d6e7d..684eb96645 100644
--- a/source3/modules/mysql.c
+++ b/source3/modules/mysql.c
@@ -933,7 +933,7 @@ static NTSTATUS mysqlsam_init(struct pdb_context * pdb_context, struct pdb_metho
data->pwent = NULL;
if (!location) {
- DEBUG(0, ("No identifier specified. See README for details\n"));
+ DEBUG(0, ("No identifier specified. Check the Samba HOWTO Collection for details\n"));
return NT_STATUS_INVALID_PARAMETER;
}