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:
parent
23b501e02a
commit
c94d1cd7b1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user