diff options
author | Lars Müller <lmuelle@samba.org> | 2007-02-22 23:12:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:09 -0500 |
commit | fde308d6a8ef7eed0b2ad3afd58fb8922a4bb249 (patch) | |
tree | b5c4dfbb33269b0236325d9c343b879db6b1b53d | |
parent | fa5e0a238c999cbea5d57363db2cd0cbf9fffb86 (diff) | |
download | samba-fde308d6a8ef7eed0b2ad3afd58fb8922a4bb249.tar.gz samba-fde308d6a8ef7eed0b2ad3afd58fb8922a4bb249.tar.bz2 samba-fde308d6a8ef7eed0b2ad3afd58fb8922a4bb249.zip |
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)
-rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |