diff options
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/mysql.c | 2 |
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; } |