summaryrefslogtreecommitdiffstats
path: root/source/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
commit794d3ed03619a4e41558d9ff65783a1aa1b2be90 (patch)
tree8f8c8f87dc5327dedbbbb3c6eb78a5f6a77f2994 /source/modules
parent57407401d0f261d4b8e42fdc64479afef10211c3 (diff)
downloadsamba-794d3ed03619a4e41558d9ff65783a1aa1b2be90.tar.gz
samba-794d3ed03619a4e41558d9ff65783a1aa1b2be90.tar.xz
samba-794d3ed03619a4e41558d9ff65783a1aa1b2be90.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
Diffstat (limited to 'source/modules')
-rw-r--r--source/modules/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/mysql.c b/source/modules/mysql.c
index 40694d6e7d4..684eb96645e 100644
--- a/source/modules/mysql.c
+++ b/source/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;
}