From fde308d6a8ef7eed0b2ad3afd58fb8922a4bb249 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Thu, 22 Feb 2007 23:12:36 +0000 Subject: r21509: Merge lp_passdb_backend() from rev 21506 to 3_0_25. Slightly change the DEBUG 0 message as suggested by Volker on samba-technical. (This used to be commit c02921e95d41fe93c5913d79dfb690fcc1d73de4) --- source3/param/loadparm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 4e51af7c4e..0be313b35a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1858,8 +1858,8 @@ const char *lp_passdb_backend() warn: DEBUG(0, ("WARNING: Your 'passdb backend' configuration includes multiple backends. This\n" "is deprecated since Samba 3.0.23. Please check WHATSNEW.txt or the section 'Passdb\n" - "Changes' from the ChangeNotes as part of the Samba HOWTO collection. The first part\n" - "(%s) of your configuration is used instead.\n", Globals.szPassdbBackend)); + "Changes' from the ChangeNotes as part of the Samba HOWTO collection. Only the first\n" + "backend (%s) is used. The rest is ignored.\n", Globals.szPassdbBackend)); out: return Globals.szPassdbBackend; -- cgit