summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-06-06 15:10:08 +0200
committerKarolin Seeger <kseeger@samba.org>2009-06-06 15:24:04 +0200
commit28d4cd50d1a76bc374a8420c490411a52c32fdbb (patch)
tree5cf356289b689093e0fdb10e0b03e0f2567e49cb
parent6ad726f50ee10ac2a2f157906b3b3adb88bfea37 (diff)
downloadsamba-28d4cd50d1a76bc374a8420c490411a52c32fdbb.tar.gz
samba-28d4cd50d1a76bc374a8420c490411a52c32fdbb.tar.xz
samba-28d4cd50d1a76bc374a8420c490411a52c32fdbb.zip
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)
-rw-r--r--source/passdb/pdb_interface.c4
1 files changed, 2 insertions, 2 deletions
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;
}