1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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 commit is contained in:
Lars Müller 2007-02-22 23:12:36 +00:00 committed by Gerald (Jerry) Carter
parent a5354aa9a0
commit c02921e95d

View 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;