summaryrefslogtreecommitdiffstats
path: root/source3/passdb
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-06-06 15:10:08 +0200
committerKarolin Seeger <kseeger@samba.org>2009-06-11 09:33:44 +0200
commitebbfa4ea102aa969b80a2c724bf6e8fe465865ca (patch)
tree92457a731f4f18f6870acc3601e2e2bbb97f54c9 /source3/passdb
parentf053261c3f37ea80fd82110a9981bde57f03ee8a (diff)
downloadsamba-ebbfa4ea102aa969b80a2c724bf6e8fe465865ca.tar.gz
samba-ebbfa4ea102aa969b80a2c724bf6e8fe465865ca.tar.xz
samba-ebbfa4ea102aa969b80a2c724bf6e8fe465865ca.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 c72f75afce0f0ba300ba12ccca61a650a6c1e73b)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c
index 340867a5a6f..8c00329f4ed 100644
--- a/source3/passdb/pdb_interface.c
+++ b/source3/passdb/pdb_interface.c
@@ -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;
}