]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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>
Sat, 6 Jun 2009 13:20:17 +0000 (15:20 +0200)
This is aiming bug #6351.

Karolin
(cherry picked from commit c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749)

source/passdb/pdb_interface.c

index 486b5b1b80cd8f6a803a583dd4cf38d2ddc23acc..a4291a59088f50b93824a329b1a16a6ec17c6b61 100644 (file)
@@ -1074,8 +1074,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;
        }