set the default hashing scheme in head to "hash2"
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Apr 2002 04:17:29 +0000 (04:17 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Apr 2002 04:17:29 +0000 (04:17 +0000)
it seems to be a much better scheme
(This used to be commit c8e2250ab1eae3aebecd8669e63f95f8656ae361)

source3/param/loadparm.c

index bdd710f5fec72143a5ece892059e8342b245a5d4..462464d68f0946e96dcb1b02beb13ee71eaea548 100644 (file)
@@ -1243,6 +1243,9 @@ static void init_globals(void)
        string_set(&Globals.szPrivateDir, dyn_PRIVATE_DIR);
        string_set(&Globals.szPassdbBackend, "smbpasswd");
 
+       /* use the new 'hash2' method by default */
+       string_set(&Globals.szManglingMethod, "hash2");
+
        string_set(&Globals.szGuestaccount, GUEST_ACCOUNT);
 
        /* using UTF8 by default allows us to support all chars */