diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 4e51af7c4ee..0be313b35a6 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;