git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b501e
)
s3/passdb: Fix debug message: 'net setmaxrid' does not exist.
author
Karolin Seeger
<kseeger@samba.org>
Sat, 6 Jun 2009 13:10:08 +0000
(15:10 +0200)
committer
Karolin Seeger
<kseeger@samba.org>
Sat, 6 Jun 2009 13:11:16 +0000
(15:11 +0200)
This is aiming bug #6351.
Karolin
source3/passdb/pdb_interface.c
patch
|
blob
|
history
diff --git
a/source3/passdb/pdb_interface.c
b/source3/passdb/pdb_interface.c
index b69e41590feb219d1d6c9313f6912b944be71e87..fdf09ae13b872c3e087a7b97749b756da1c85d02 100644
(file)
--- 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;
}