[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5284-g11ed212

Karolin Seeger kseeger at samba.org
Sat Jun 6 13:20:41 GMT 2009


The branch, v3-3-test has been updated
       via  11ed212591d612632fcb47f1eac10507b89ffdec (commit)
      from  f3bf1eebe1cb74aa9ed2d00b823c90c6ed743980 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 11ed212591d612632fcb47f1eac10507b89ffdec
Author: Karolin Seeger <kseeger at samba.org>
Date:   Sat Jun 6 15:10:08 2009 +0200

    s3/passdb: Fix debug message: 'net setmaxrid' does not exist.
    
    This is aiming bug #6351.
    
    Karolin
    (cherry picked from commit c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749)

-----------------------------------------------------------------------

Summary of changes:
 source/passdb/pdb_interface.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/passdb/pdb_interface.c b/source/passdb/pdb_interface.c
index 486b5b1..a4291a5 100644
--- a/source/passdb/pdb_interface.c
+++ b/source/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;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list