r21509: Merge lp_passdb_backend() from rev 21506 to 3_0_25.
authorLars Müller <lmuelle@samba.org>
Thu, 22 Feb 2007 23:12:36 +0000 (23:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:09 +0000 (12:18 -0500)
Slightly change the DEBUG 0 message as suggested by Volker on
samba-technical.
(This used to be commit c02921e95d41fe93c5913d79dfb690fcc1d73de4)

source3/param/loadparm.c

index 4e51af7c4ee76d03e6213379f821bfae511ce1c7..0be313b35a6a468309cf15f3e6a4177ab1dd2017 100644 (file)
@@ -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;