1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3/passdb: Fix debug message: 'net setmaxrid' does not exist.

This is aiming bug #6351.

Karolin
This commit is contained in:
Karolin Seeger 2009-06-06 15:10:08 +02:00
parent 23b501e02a
commit c94d1cd7b1

View 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;
}