From: Karolin Seeger Date: Sat, 6 Jun 2009 13:10:08 +0000 (+0200) Subject: s3/passdb: Fix debug message: 'net setmaxrid' does not exist. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d4cd50d1a76bc374a8420c490411a52c32fdbb;p=thirdparty%2Fsamba.git s3/passdb: Fix debug message: 'net setmaxrid' does not exist. This is aiming bug #6351. Karolin (cherry picked from commit c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749) (cherry picked from commit 11ed212591d612632fcb47f1eac10507b89ffdec) --- diff --git a/source/passdb/pdb_interface.c b/source/passdb/pdb_interface.c index b83d6186df6..0ac37dc9241 100644 --- a/source/passdb/pdb_interface.c +++ b/source/passdb/pdb_interface.c @@ -1062,8 +1062,8 @@ bool pdb_new_rid(uint32 *rid) DEBUG(0, ("'algorithmic rid base' is set but a passdb backend " "without algorithmic RIDs is chosen.\n")); DEBUGADD(0, ("Please map all used groups using 'net groupmap " - "add', set the maximum used RID using\n")); - DEBUGADD(0, ("'net setmaxrid' and remove the parameter\n")); + "add', set the maximum used RID\n")); + DEBUGADD(0, ("and remove the parameter\n")); return False; }