s3/passdb: Fix debug message: 'net setmaxrid' does not exist.
authorKarolin Seeger <kseeger@samba.org>
Sat, 6 Jun 2009 13:10:08 +0000 (15:10 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Jun 2009 07:52:42 +0000 (09:52 +0200)
This is aiming bug #6351.

Karolin
(cherry picked from commit c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749)
(cherry picked from commit 11ed212591d612632fcb47f1eac10507b89ffdec)
(cherry picked from commit 28d4cd50d1a76bc374a8420c490411a52c32fdbb)

source/passdb/pdb_interface.c

index b83d6186df6ebb7c99f2ef1d9fd59347713d5949..0ac37dc9241de2b12e45afbfe4293cbd2c56e803 100644 (file)
@@ -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;
        }